Searched refs:is_match_1 (Results 1 – 1 of 1) sorted by relevance
40 bool is_match_1, in TestTwoPatterns() argument43 ", " + pattern_2 + ", " + (is_match_1 ? "1" : "0") + ", " + in TestTwoPatterns()64 size_t expected_matches = (is_match_1 ? 1 : 0) + (is_match_2 ? 1 : 0); in TestTwoPatterns()66 EXPECT_EQ(is_match_1, matches.find(1) != matches.end()) << test; in TestTwoPatterns()