Searched refs:ImutAVLTree (Results 1 – 2 of 2) sorted by relevance
43 class ImutAVLTree {61 ImutAVLTree *getLeft() const { return left; } in getLeft()65 ImutAVLTree *getRight() const { return right; } in getRight()76 ImutAVLTree* find(key_type_ref K) { in find()77 ImutAVLTree *T = this; in find()92 ImutAVLTree* getMaxElement() { in getMaxElement()93 ImutAVLTree *T = this; in getMaxElement()94 ImutAVLTree *Right = T->getRight(); in getMaxElement()103 if (const ImutAVLTree* L = getLeft()) in size()105 if (const ImutAVLTree* R = getRight()) in size()[all …]
71 using TreeTy = ImutAVLTree<ValInfo>;211 using TreeTy = ImutAVLTree<ValInfo>;