Searched refs:RightChild (Results 1 – 1 of 1) sorted by relevance
498 RED_BLACK_TREE_NODE *RightChild; in RedBlackTreeRotateLeft() local502 RightChild = Pivot->Right; in RedBlackTreeRotateLeft()503 RightLeftChild = RightChild->Left; in RedBlackTreeRotateLeft()509 RightChild->Parent = Parent; in RedBlackTreeRotateLeft()511 *NewRoot = RightChild; in RedBlackTreeRotateLeft()514 Parent->Left = RightChild; in RedBlackTreeRotateLeft()516 Parent->Right = RightChild; in RedBlackTreeRotateLeft()519 RightChild->Left = Pivot; in RedBlackTreeRotateLeft()520 Pivot->Parent = RightChild; in RedBlackTreeRotateLeft()