Searched refs:RedBlackTreeRed (Results 1 – 1 of 1) sorted by relevance
30 RedBlackTreeRed, enumerator659 Tmp->Color = RedBlackTreeRed; in OrderedCollectionInsert()682 while (Tmp != NewRoot && Parent->Color == RedBlackTreeRed) { in OrderedCollectionInsert()700 if (Uncle != NULL && Uncle->Color == RedBlackTreeRed) { in OrderedCollectionInsert()711 GrandParent->Color = RedBlackTreeRed; in OrderedCollectionInsert()769 GrandParent->Color = RedBlackTreeRed; in OrderedCollectionInsert()803 if (Uncle != NULL && Uncle->Color == RedBlackTreeRed) { in OrderedCollectionInsert()806 GrandParent->Color = RedBlackTreeRed; in OrderedCollectionInsert()817 GrandParent->Color = RedBlackTreeRed; in OrderedCollectionInsert()1158 if (Sibling->Color == RedBlackTreeRed) { in OrderedCollectionDelete()[all …]