Searched defs:make_heap (Results 1 – 5 of 5) sorted by relevance
112 inline RandomAccessRange& make_heap(RandomAccessRange& rng) in make_heap() function121 inline const RandomAccessRange& make_heap(const RandomAccessRange& rng) in make_heap() function130 inline RandomAccessRange& make_heap(RandomAccessRange& rng, Compare comp_pred) in make_heap() function139 inline const RandomAccessRange& make_heap(const RandomAccessRange& rng, Compare comp_pred) in make_heap() function
46 void make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in make_heap() function52 void make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) { in make_heap() function
67 static void make_heap(RandomAccessIterator first, RandomAccessIterator last, Compare comp) in make_heap() function in boost::movelib::heap_sort_helper
934 struct make_heap struct936 typedef void result_type;939 void operator()(R& r) const in operator ()()945 void operator()(R& r, C c) const in operator ()()
504 int make_heap (const uint8_t *data, size_t size) in make_heap() function