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

/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_algo.h1597 _RandomAccessIter __partial_sort_copy(_InputIter __first, function
1626 return __partial_sort_copy(__first, __last, __result_first, __result_last,
1633 _RandomAccessIter __partial_sort_copy(_InputIter __first, function
1663 return __partial_sort_copy(__first, __last, __result_first, __result_last,
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_algo.h1680 __partial_sort_copy(_InputIterator __first, _InputIterator __last, function
1755 return std::__partial_sort_copy(__first, __last,
1808 return std::__partial_sort_copy(__first, __last,

Completed in 165 milliseconds