Searched refs:get_gt (Results 1 – 2 of 2) sorted by relevance
213 h = cmp < 0 ? get_lt(h) : get_gt(h);253 h = get_gt(h); in start_iter_greatest()268 handle h = get_gt(**this);307 h = get_gt(h);340 handle get_gt(handle h) { return tree_->abs.get_greater(h); } in get_gt() function423 less_parent = get_gt(h); in build()480 handle get_gt(handle h) { return abs.get_greater(h); } in get_gt() function506 deep_h = get_gt(bal_h); in balance()513 set_lt(deep_h, get_gt(bal_h)); in balance()550 bal_h = get_gt(deep_h); in balance()[all …]
24863 get_gt() takes only one argument - remove second argument where24867 (JSC::AVLTree::remove): Remove second argument of get_lt/get_gt().