Lines Matching defs:child
254 SparseIndexNode* child = DE_NULL;
260 child = group->children[childNdx];
265 DE_ASSERT(numWords > 1 || !child);
267 if (!child)
272 child = group->children.back();
276 addToSparseIndex(child, words+1, numWords-1, index);
281 // Prepares sparse index for finalization. Ensures that child with word = 0 is moved
282 // to the end, or one is added if there is no such child already.
300 // Move child with word = 0 to last
336 const SparseIndexNode* child = group->children[childNdx];
337 const deUint32 subtreeSize = addAndCountNodes(index+curOffset, baseOffset+curOffset, child);
339 index[childNdx].word = child->word;
342 index[childNdx].index = child->index;
345 DE_ASSERT(child->index == 0);