Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/test/
Dvf2_sub_graph_iso_test_2.cpp33 struct false_predicate struct
114 false_predicate pred; in test_return_value()
147 false_predicate pred; in test_return_value()
180 false_predicate pred; in test_return_value()
/third_party/boost/libs/range/test/algorithm_test/
Dfind_if.cpp92 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()
Dcount_if.cpp72 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()
/third_party/boost/libs/range/test/test_function/
Dfalse_predicate.hpp18 struct false_predicate struct