Home
last modified time | relevance | path

Searched refs:__pop_heap (Results 1 – 3 of 3) sorted by relevance

/external/stlport/stlport/stl/
D_heap.h54 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, in __pop_heap() function
74 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, in __pop_heap() function
D_heap.c133 __pop_heap(__first, __last - 1, __last - 1, in __pop_heap_aux()
174 __pop_heap(__first, __last - 1, __last - 1, _Tp(*(__last - 1)), __comp, in __pop_heap_aux()
D_algo.c1226 __pop_heap(__first, __middle, __i, _Tp(*__i), __comp, in __partial_sort()