Searched refs:ImutAVLTree (Results 1 – 2 of 2) sorted by relevance
42 class ImutAVLTree {76 ImutAVLTree *T = this; in find()91 ImutAVLTree* getMaxElement() { in getMaxElement()92 ImutAVLTree *T = this; in getMaxElement()177 if (ImutAVLTree* L = getLeft()) in foreach()224 ImutAVLTree *left;225 ImutAVLTree *right;226 ImutAVLTree *prev = nullptr;227 ImutAVLTree *next = nullptr;245 ImutAVLTree(Factory *f, ImutAVLTree* l, ImutAVLTree* r, value_type_ref v, in ImutAVLTree() function[all …]
71 using TreeTy = ImutAVLTree<ValInfo>;266 using TreeTy = ImutAVLTree<ValInfo>;