Searched refs:get_gt (Results 1 – 2 of 2) sorted by relevance
212 h = cmp < 0 ? get_lt(h) : get_gt(h);252 h = get_gt(h); in start_iter_greatest()267 handle h = get_gt(**this);306 h = get_gt(h);339 handle get_gt(handle h) { return tree_->abs.get_greater(h); } in get_gt() function422 less_parent = get_gt(h); in build()479 handle get_gt(handle h) { return abs.get_greater(h); } in get_gt() function505 deep_h = get_gt(bal_h); in balance()512 set_lt(deep_h, get_gt(bal_h)); in balance()549 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().