Searched refs:make_heap (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/cpp/
H A Dheap.h36 using __STD::make_heap;
H A Dstl_queue.h135 { make_heap(c.begin(), c.end(), comp); }
140 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
146 { make_heap(c.begin(), c.end(), comp); }
154 make_heap(c.begin(), c.end(), comp);
159 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
164 { make_heap(c.begin(), c.end(), comp); }
171 make_heap(c.begin(), c.end(), comp);
H A Dalgo.h97 using __STD::make_heap;
H A Dstl_heap.h39 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
222 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) function
248 make_heap(_RandomAccessIterator __first, function
H A Dstl_algo.h1562 make_heap(__first, __middle);
1580 make_heap(__first, __middle, __comp);
1609 make_heap(__result_first, __result_real_last);
1645 make_heap(__result_first, __result_real_last, __comp);

Completed in 53 milliseconds