Home
last modified time | relevance | path

Searched defs:sort_heap (Results 1 – 7 of 7) sorted by relevance

/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/
Dheap_algorithm.hpp153 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/
Dsort_heap.h46 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/
Dsort_heap.h46 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/
Dsort_heap.h46 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/
Dsort_heap.h46 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/
Dheap_sort.hpp80 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/
Dtransformation.hpp951 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 ()()