Home
last modified time | relevance | path

Searched defs:make_heap (Results 1 – 5 of 5) sorted by relevance

/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/
Dheap_algorithm.hpp112 inline RandomAccessRange& make_heap(RandomAccessRange& rng) in make_heap() function
121 inline const RandomAccessRange& make_heap(const RandomAccessRange& rng) in make_heap() function
130 inline RandomAccessRange& make_heap(RandomAccessRange& rng, Compare comp_pred) in make_heap() function
139 inline const RandomAccessRange& make_heap(const RandomAccessRange& rng, Compare comp_pred) in make_heap() function
/external/cronet/third_party/libc++/src/include/__algorithm/
Dmake_heap.h46 void make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in make_heap() function
52 void make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) { in make_heap() function
/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/
Dheap_sort.hpp67 static void make_heap(RandomAccessIterator first, RandomAccessIterator last, Compare comp) in make_heap() function in boost::movelib::heap_sort_helper
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/algorithm/
Dtransformation.hpp934 struct make_heap struct
936 typedef void result_type;
939 void operator()(R& r) const in operator ()()
945 void operator()(R& r, C c) const in operator ()()
/external/libcxx/fuzzing/
Dfuzzing.cpp504 int make_heap (const uint8_t *data, size_t size) in make_heap() function