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

/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_algo.h1340 void __inplace_stable_sort(_RandomAccessIter __first, function
1347 __inplace_stable_sort(__first, __middle);
1348 __inplace_stable_sort(__middle, __last);
1355 void __inplace_stable_sort(_RandomAccessIter __first, function
1362 __inplace_stable_sort(__first, __middle, __comp);
1363 __inplace_stable_sort(__middle, __last, __comp);
1521 __inplace_stable_sort(__first, __last);
1533 __inplace_stable_sort(__first, __last, __comp);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_algo.h2771 __inplace_stable_sort(_RandomAccessIterator __first, function
2780 std::__inplace_stable_sort(__first, __middle, __comp);
2781 std::__inplace_stable_sort(__middle, __last, __comp);
4863 std::__inplace_stable_sort(__first, __last, __comp);

Completed in 61 milliseconds