Searched refs:inplace_stable_sort (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/move/algo/detail/ |
D | merge_sort.hpp | 45 void inplace_stable_sort(RandIt first, RandIt last, Compare comp) in inplace_stable_sort() function 53 inplace_stable_sort(first, middle, comp); in inplace_stable_sort() 54 inplace_stable_sort(middle, last, comp); in inplace_stable_sort()
|
D | adaptive_sort_merge.hpp | 511 boost::movelib::inplace_stable_sort(first, last, comp); in slow_stable_sort()
|
/third_party/boost/libs/move/test/ |
D | bench_sort.cpp | 170 boost::movelib::inplace_stable_sort(elements, elements+element_count, order_type_less()); in measure_algo()
|