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

/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dstl_algo.h3171 __inplace_stable_sort(_RandomAccessIterator __first, function
3180 std::__inplace_stable_sort(__first, __middle);
3181 std::__inplace_stable_sort(__middle, __last);
3194 __inplace_stable_sort(_RandomAccessIterator __first, function
3203 std::__inplace_stable_sort(__first, __middle, __comp);
3204 std::__inplace_stable_sort(__middle, __last, __comp);
3892 std::__inplace_stable_sort(__first, __last);
3936 std::__inplace_stable_sort(__first, __last, __comp);

Completed in 122 milliseconds