Searched defs:push_heap (Results 1 – 4 of 4) sorted by relevance
30 inline RandomAccessRange& push_heap(RandomAccessRange& rng) in push_heap() function39 inline const RandomAccessRange& push_heap(const RandomAccessRange& rng) in push_heap() function48 inline RandomAccessRange& push_heap(RandomAccessRange& rng, Compare comp_pred) in push_heap() function57 inline const RandomAccessRange& push_heap(const RandomAccessRange& rng, Compare comp_pred) in push_heap() function
65 void push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in push_heap() function74 void push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) { in push_heap() function
900 struct push_heap struct902 typedef void result_type;905 void operator()(R& r) const in operator ()()911 void operator()(R& r, C c) const in operator ()()
514 int push_heap (const uint8_t *data, size_t size) in push_heap() function