Searched refs:LeftRightChild (Results 1 – 1 of 1) sorted by relevance
434 RED_BLACK_TREE_NODE *LeftRightChild; in RedBlackTreeRotateRight() local438 LeftRightChild = LeftChild->Right; in RedBlackTreeRotateRight()440 Pivot->Left = LeftRightChild; in RedBlackTreeRotateRight()441 if (LeftRightChild != NULL) { in RedBlackTreeRotateRight()442 LeftRightChild->Parent = Pivot; in RedBlackTreeRotateRight()