Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dreplace_copy_if.cpp34 void test_replace_copy_if_impl( const Container& c, UnaryPredicate pred ) in test_replace_copy_if_impl() function
71 test_replace_copy_if_impl(c, boost::bind(std::equal_to<int>(), _1, to_replace)); in test_replace_copy_if_()
72 test_replace_copy_if_impl(c, boost::bind(std::not_equal_to<int>(), _1, to_replace)); in test_replace_copy_if_()
76 void test_replace_copy_if_impl() in test_replace_copy_if_impl() function
102 test_replace_copy_if_impl< std::vector<int> >(); in test_replace_copy_if()
103 test_replace_copy_if_impl< std::list<int> >(); in test_replace_copy_if()
104 test_replace_copy_if_impl< std::deque<int> >(); in test_replace_copy_if()