Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dpartial_sort.cpp119 void test_partial_sort_impl(Container& cont) in test_partial_sort_impl() function
125 void test_partial_sort_impl(Container& cont, BinaryPredicate pred) in test_partial_sort_impl() function
131 void test_partial_sort_impl() in test_partial_sort_impl() function
136 test_partial_sort_impl(cont); in test_partial_sort_impl()
137 test_partial_sort_impl(cont, std::less<int>()); in test_partial_sort_impl()
138 test_partial_sort_impl(cont, std::greater<int>()); in test_partial_sort_impl()
142 test_partial_sort_impl(cont); in test_partial_sort_impl()
143 test_partial_sort_impl(cont, std::less<int>()); in test_partial_sort_impl()
144 test_partial_sort_impl(cont, std::greater<int>()); in test_partial_sort_impl()
148 test_partial_sort_impl(cont); in test_partial_sort_impl()
[all …]