Home
last modified time | relevance | path

Searched refs:test_sort_impl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dsort.cpp27 void test_sort_impl(Container& cont) in test_sort_impl() function
45 void test_sort_impl(Container& cont, BinaryPredicate pred) in test_sort_impl() function
65 void test_sort_impl() in test_sort_impl() function
70 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 …]