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

/haiku/headers/cpp/
H A Dstl_heap.h139 __pop_heap_aux(_RandomAccessIterator __first, _RandomAccessIterator __last, function
150 __pop_heap_aux(__first, __last, __VALUE_TYPE(__first));
189 __pop_heap_aux(_RandomAccessIterator __first, function
201 __pop_heap_aux(__first, __last, __VALUE_TYPE(__first), __comp);

Completed in 72 milliseconds