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

/haiku/headers/cpp/
H A Dheap.h34 using __STD::push_heap;
H A Dalgo.h95 using __STD::push_heap;
H A Dstl_heap.h39 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
66 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) function
100 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, function
H A Dstl_queue.h181 push_heap(c.begin(), c.end(), comp);

Completed in 87 milliseconds