Searched refs:push_heap (Results 1 – 4 of 4) sorted by relevance
34 using __STD::push_heap;
95 using __STD::push_heap;
66 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) in push_heap() function100 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, in push_heap() function
181 push_heap(c.begin(), c.end(), comp); in push()