Searched refs:got_hit (Results 1 – 1 of 1) sorted by relevance
20 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; member51 bool got_hit = false; in test_empty_graph_cases() local52 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() local60 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 …]