Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dnth_element.cpp121 void test_nth_element_impl(Container& cont) in test_nth_element_impl() function
127 void test_nth_element_impl(Container& cont, BinaryPredicate pred) in test_nth_element_impl() function
135 test_nth_element_impl(cont); in run_tests()
136 test_nth_element_impl(cont, std::less<int>()); in run_tests()
137 test_nth_element_impl(cont, std::greater<int>()); in run_tests()
141 void test_nth_element_impl() in test_nth_element_impl() function
159 test_nth_element_impl< std::vector<int> >(); in test_nth_element()
160 test_nth_element_impl< std::deque<int> >(); in test_nth_element()