Searched refs:test_stable_sort_impl (Results 1 – 1 of 1) sorted by relevance
27 void test_stable_sort_impl(Container& cont) in test_stable_sort_impl() function45 void test_stable_sort_impl(Container& cont, BinaryPredicate pred) in test_stable_sort_impl() function63 void test_stable_sort_impl() in test_stable_sort_impl() function68 test_stable_sort_impl(cont); in test_stable_sort_impl()69 test_stable_sort_impl(cont, std::less<int>()); in test_stable_sort_impl()70 test_stable_sort_impl(cont, std::greater<int>()); in test_stable_sort_impl()74 test_stable_sort_impl(cont); in test_stable_sort_impl()75 test_stable_sort_impl(cont, std::less<int>()); in test_stable_sort_impl()76 test_stable_sort_impl(cont, std::greater<int>()); in test_stable_sort_impl()80 test_stable_sort_impl(cont); in test_stable_sort_impl()[all …]