Searched refs:tallChild (Results 1 – 1 of 1) sorted by relevance
233 SparseNameTree* tallChild = static_cast<SparseNameTree*>((this->*Tall).get()); in rebalanceImpl() local234 if ((tallChild->*Tall)->height() < (tallChild->*Short)->height()) { in rebalanceImpl()235 (this->*Tall).reset(tallChild->rotate<Short, Tall>()); in rebalanceImpl()