Searched refs:test_sort_impl (Results 1 – 1 of 1) sorted by relevance
27 void test_sort_impl(Container& cont) in test_sort_impl() function45 void test_sort_impl(Container& cont, BinaryPredicate pred) in test_sort_impl() function65 void test_sort_impl() in test_sort_impl() function70 test_sort_impl(cont); in test_sort_impl()71 test_sort_impl(cont, std::less<int>()); in test_sort_impl()72 test_sort_impl(cont, std::greater<int>()); in test_sort_impl()76 test_sort_impl(cont); in test_sort_impl()77 test_sort_impl(cont, std::less<int>()); in test_sort_impl()78 test_sort_impl(cont, std::greater<int>()); in test_sort_impl()82 test_sort_impl(cont); in test_sort_impl()[all …]