Searched refs:Uncle (Results 1 – 1 of 1) sorted by relevance
684 RED_BLACK_TREE_NODE *Uncle; in OrderedCollectionInsert() local699 Uncle = GrandParent->Right; in OrderedCollectionInsert()700 if (Uncle != NULL && Uncle->Color == RedBlackTreeRed) { in OrderedCollectionInsert()710 Uncle->Color = RedBlackTreeBlack; in OrderedCollectionInsert()802 Uncle = GrandParent->Left; in OrderedCollectionInsert()803 if (Uncle != NULL && Uncle->Color == RedBlackTreeRed) { in OrderedCollectionInsert()805 Uncle->Color = RedBlackTreeBlack; in OrderedCollectionInsert()