Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__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
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__algorithm/
Dsort_heap.h43 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in sort_heap() function
52 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) { in sort_heap() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__algorithm/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__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
/aosp_15_r20/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 ()()
/aosp_15_r20/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