Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dreplace_if.cpp30 void test_replace_if_impl(Container& cont, UnaryPredicate pred) in test_replace_if_impl() function
56 void test_replace_if_impl(Container& cont) in test_replace_if_impl() function
58 test_replace_if_impl(cont, std::equal_to<int>()); in test_replace_if_impl()
59 test_replace_if_impl(cont, std::not_equal_to<int>()); in test_replace_if_impl()
63 void test_replace_if_impl() in test_replace_if_impl() function
68 test_replace_if_impl(cont); in test_replace_if_impl()
72 test_replace_if_impl(cont); in test_replace_if_impl()
76 test_replace_if_impl(cont); in test_replace_if_impl()
81 test_replace_if_impl< std::vector<int> >(); in test_replace_if()
82 test_replace_if_impl< std::list<int> >(); in test_replace_if()
[all …]