Searched refs:Sibling (Results 1 – 3 of 3) sorted by relevance
1138 RED_BLACK_TREE_NODE *Sibling; in OrderedCollectionDelete() local1143 Sibling = Parent->Right; in OrderedCollectionDelete()1157 ASSERT (Sibling != NULL); in OrderedCollectionDelete()1158 if (Sibling->Color == RedBlackTreeRed) { in OrderedCollectionDelete()1171 Sibling->Color = RedBlackTreeBlack; in OrderedCollectionDelete()1174 Sibling = Parent->Right; in OrderedCollectionDelete()1178 ASSERT (Sibling != NULL); in OrderedCollectionDelete()1185 ASSERT (Sibling->Color == RedBlackTreeBlack); in OrderedCollectionDelete()1186 LeftNephew = Sibling->Left; in OrderedCollectionDelete()1187 RightNephew = Sibling->Right; in OrderedCollectionDelete()[all …]
2913 copies were made of sibling nodes, Sibling pointers are