Searched refs:ImutAVLTree (Results 1 – 2 of 2) sorted by relevance
43 class ImutAVLTree {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()210 ImutAVLTree *left;211 ImutAVLTree *right;212 ImutAVLTree *prev = nullptr;213 ImutAVLTree *next = nullptr;231 ImutAVLTree(Factory *f, ImutAVLTree* l, ImutAVLTree* r, value_type_ref v, in ImutAVLTree() function[all …]
71 using TreeTy = ImutAVLTree<ValInfo>;211 using TreeTy = ImutAVLTree<ValInfo>;