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

/haiku/headers/cpp/
H A Dheap.h35 using __STD::pop_heap;
H A Dstl_heap.h39 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
147 inline void pop_heap(_RandomAccessIterator __first, function
198 pop_heap(_RandomAccessIterator __first, function
259 pop_heap(__first, __last--);
268 pop_heap(__first, __last--, __comp);
H A Dalgo.h96 using __STD::pop_heap;
H A Dstl_queue.h187 pop_heap(c.begin(), c.end(), comp);

Completed in 84 milliseconds