Searched refs:LeftChild (Results 1 – 1 of 1) sorted by relevance
433 RED_BLACK_TREE_NODE *LeftChild; in RedBlackTreeRotateRight() local437 LeftChild = Pivot->Left; in RedBlackTreeRotateRight()438 LeftRightChild = LeftChild->Right; in RedBlackTreeRotateRight()444 LeftChild->Parent = Parent; in RedBlackTreeRotateRight()446 *NewRoot = LeftChild; in RedBlackTreeRotateRight()449 Parent->Left = LeftChild; in RedBlackTreeRotateRight()451 Parent->Right = LeftChild; in RedBlackTreeRotateRight()454 LeftChild->Right = Pivot; in RedBlackTreeRotateRight()455 Pivot->Parent = LeftChild; in RedBlackTreeRotateRight()