Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/test/
Dvf2_sub_graph_iso_test_2.cpp20 test_callback(bool& got_hit, bool stop) : got_hit(got_hit), stop(stop) {} in test_callback()
25 got_hit = true; in operator ()()
29 bool& got_hit; member
51 bool got_hit = false; in test_empty_graph_cases() local
52 test_callback callback(got_hit, true); in test_empty_graph_cases()
55 BOOST_TEST(got_hit); // even empty matches are reported in test_empty_graph_cases()
59 bool got_hit = false; in test_empty_graph_cases() local
60 test_callback callback(got_hit, true); in test_empty_graph_cases()
63 BOOST_TEST(got_hit); // even empty matches are reported in test_empty_graph_cases()
66 bool got_hit = false; in test_empty_graph_cases() local
[all …]