Searched refs:__push_heap (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dstl_heap.h117 __push_heap(_RandomAccessIterator __first, function in namespace:std
155 std::__push_heap(__first, _DistanceType((__last - __first) - 1),
162 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, function in namespace:std
203 std::__push_heap(__first, _DistanceType((__last - __first) - 1),
227 std::__push_heap(__first, __holeIndex, __topIndex, __value);
291 std::__push_heap(__first, __holeIndex, __topIndex, __value, __comp);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_heap.h130 __push_heap(_RandomAccessIterator __first, function
169 std::__push_heap(__first, _DistanceType((__last - __first) - 1),
176 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, function
218 std::__push_heap(__first, _DistanceType((__last - __first) - 1),
244 std::__push_heap(__first, __holeIndex, __topIndex,
316 std::__push_heap(__first, __holeIndex, __topIndex,

Completed in 209 milliseconds