Home
last modified time | relevance | path

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

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