Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dremove_copy_if.cpp34 void test_remove_copy_if_impl( const Container& c, UnaryPredicate pred ) in test_remove_copy_if_impl() function
69 test_remove_copy_if_impl(c, boost::bind(std::equal_to<int>(), _1, to_remove)); in test_remove_copy_if_()
70 test_remove_copy_if_impl(c, boost::bind(std::not_equal_to<int>(), _1, to_remove)); in test_remove_copy_if_()
74 void test_remove_copy_if_impl() in test_remove_copy_if_impl() function
100 test_remove_copy_if_impl< std::vector<int> >(); in test_remove_copy_if()
101 test_remove_copy_if_impl< std::list<int> >(); in test_remove_copy_if()
102 test_remove_copy_if_impl< std::deque<int> >(); in test_remove_copy_if()