Searched refs:false_predicate (Results 1 – 4 of 4) sorted by relevance
33 struct false_predicate struct114 false_predicate pred; in test_return_value()147 false_predicate pred; in test_return_value()180 false_predicate pred; in test_return_value()
92 test_driver(cont, make_policy(false_predicate())); in test_find_if_container()97 test_driver(cont, make_policy(false_predicate())); in test_find_if_container()102 test_driver(cont, make_policy(false_predicate())); in test_find_if_container()
72 BOOST_CHECK_EQUAL( 0u, boost::count_if(cont, false_predicate()) ); in test_count_if_impl()73 BOOST_CHECK_EQUAL( 0u, boost::count_if(cref_cont, false_predicate()) ); in test_count_if_impl()74 … BOOST_CHECK_EQUAL( 0u, boost::count_if(boost::make_iterator_range(cont), false_predicate()) ); in test_count_if_impl()
18 struct false_predicate struct