Searched defs:sort_heap (Results 1 – 7 of 7) sorted by relevance
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/ |
D | heap_algorithm.hpp | 153 inline RandomAccessRange& sort_heap(RandomAccessRange& rng) in sort_heap() function 162 inline const RandomAccessRange& sort_heap(const RandomAccessRange& rng) in sort_heap() function 171 inline RandomAccessRange& sort_heap(RandomAccessRange& rng, Compare comp_pred) in sort_heap() function 180 inline const RandomAccessRange& sort_heap(const RandomAccessRange& rng, Compare comp_pred) in sort_heap() function
|
/external/cronet/stable/third_party/libc++/src/include/__algorithm/ |
D | sort_heap.h | 46 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in sort_heap() function 55 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) { in sort_heap() function
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__algorithm/ |
D | sort_heap.h | 46 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in sort_heap() function 55 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) { in sort_heap() function
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__algorithm/ |
D | sort_heap.h | 46 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in sort_heap() function 55 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) { in sort_heap() function
|
/external/cronet/tot/third_party/libc++/src/include/__algorithm/ |
D | sort_heap.h | 46 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in sort_heap() function 55 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) { in sort_heap() function
|
/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/ |
D | heap_sort.hpp | 80 static void sort_heap(RandomAccessIterator first, RandomAccessIterator last, Compare comp) in sort_heap() function in boost::movelib::heap_sort_helper
|
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/algorithm/ |
D | transformation.hpp | 951 struct sort_heap struct 953 typedef void result_type; 956 void operator()(R& r) const in operator ()() 962 void operator()(R& r, C c) const in operator ()()
|