Home | History | Annotate | Download | only in comp

Lines Matching refs:child

246   // Will determine if |node| will become the right or left child after
324 // |node| may have only one child at this point.
328 uint32_t child = RightOf(node) ? RightOf(node) : LeftOf(node);
330 // Orphan |node| and reconnect parent and child.
331 if (child) MutableParentOf(child) = parent;
335 MutableLeftOf(parent) = child;
337 MutableRightOf(parent) = child;
346 if (root_ == node) root_ = child;
350 node = child;
408 // Node is child of pivot.
437 // Node is child of pivot.