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

/haiku/headers/cpp/
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);

Completed in 32 milliseconds