Searched refs:first_result (Results 1 – 3 of 3) sorted by relevance
82 bool first_result = boost::is_bipartite(g, index_map, partition_map); in check_bipartite() local84 BOOST_TEST(first_result == boost::is_bipartite(g, index_map)); in check_bipartite()86 if (first_result) in check_bipartite()89 BOOST_TEST(first_result == is_bipartite); in check_bipartite()
71 self.first_result = None312 self.first_result = self.get_tests_result()504 if self.first_result:505 result = '%s then %s' % (self.first_result, result)
68879 - bool first_result = find_results_.empty();68880 + bool first_result = find_results_.empty() && !resume_find_index_.has_value();68887 if (first_result) {