Home
last modified time | relevance | path

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

/external/stlport/test/unit/
Dheap_test.cpp83 sort_heap(v.begin(), v.end()); in pheap1()
102 sort_heap(v.begin(), v.end(), greater<int>()); in pheap2()
/external/stlport/stlport/stl/
D_heap.h99 void sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) in sort_heap() function
108 sort_heap(_RandomAccessIterator __first, in sort_heap() function
D_algo.c1230 sort_heap(__first, __middle, __comp); in __partial_sort()
1279 sort_heap(__result_first, __result_real_last, __comp); in __partial_sort_copy()