Searched refs:pNewRoot (Results 1 – 1 of 1) sorted by relevance
157 pLeft = pNewRoot->pRight; in RotLR()158 pNewRoot->pLeft = pHeavy; in RotLR()159 pNewRoot->pRight = this; in RotLR()176 pNewRoot->nBalance = 0; in RotLR()177 return pNewRoot; in RotLR()200 pRight = pNewRoot->pLeft; in RotRL()201 pNewRoot->pRight = pHeavy; in RotRL()202 pNewRoot->pLeft = this; in RotRL()218 pNewRoot->nBalance = 0; in RotRL()219 return pNewRoot; in RotRL()[all …]
Completed in 4 milliseconds