Lines Matching full:subtree
316 // If Node has a right subtree, then the successor is the minimum node of
317 // that subtree.
369 // If Node has a left subtree, then the predecessor is the maximum node of
370 // that subtree.
954 // because the subtree rooted in Node's child (if any) remains on the same
978 // - Node's left subtree is less than Node, hence less than Node's
980 // - Node's right subtree is greater than Node. Node's successor is the
981 // minimum of that subtree, hence Node's successor is less than Node's
982 // right subtree with its minimum removed.
983 // - Node's successor is in Node's subtree, hence it falls on the same side
1010 // Node's successor is the minimum of OrigRightChild's proper subtree:
1349 @param[in] Node The root of the subtree to validate.