Searched refs:test_replace_copy_if_impl (Results 1 – 1 of 1) sorted by relevance
34 void test_replace_copy_if_impl( const Container& c, UnaryPredicate pred ) in test_replace_copy_if_impl() function71 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() function102 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()