Searched refs:__top (Results 1 – 2 of 2) sorted by relevance
46 …value_type __top = _IterOps<_AlgPolicy>::__iter_move(__first); // create a hole at __f… in __pop_heap() local51 *__hole = std::move(__top); in __pop_heap()55 *__last = std::move(__top); in __pop_heap()
58 value_type __top(_Ops::__iter_move(__start)); in __sift_down() 78 } while (!__comp(*__child_i, __top)); in __sift_down() 79 *__start = std::move(__top); in __sift_down()