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

/haiku/headers/cpp/
H A Dstl_heap.h43 __push_heap(_RandomAccessIterator __first, function
60 __push_heap(__first, _Distance((__last - __first) - 1), _Distance(0),
75 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, function
94 __push_heap(__first, _Distance((__last - __first) - 1), _Distance(0),
125 __push_heap(__first, __holeIndex, __topIndex, __value);
172 __push_heap(__first, __holeIndex, __topIndex, __value, __comp);

Completed in 25 milliseconds