Searched refs:sort_heap (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/cpp/
H A Dheap.h37 using __STD::sort_heap;
H A Dalgo.h98 using __STD::sort_heap;
H A Dstl_heap.h39 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
256 void sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) function
264 sort_heap(_RandomAccessIterator __first, function
H A Dstl_algo.h1567 sort_heap(__first, __middle);
1585 sort_heap(__first, __middle, __comp);
1617 sort_heap(__result_first, __result_real_last);
1654 sort_heap(__result_first, __result_real_last, __comp);

Completed in 32 milliseconds