Searched refs:is_match_2 (Results 1 – 1 of 1) sorted by relevance
41 bool is_match_2) { in TestTwoPatterns() argument44 (is_match_2 ? "1" : "0") + ")"; in TestTwoPatterns()64 size_t expected_matches = (is_match_1 ? 1 : 0) + (is_match_2 ? 1 : 0); in TestTwoPatterns()67 EXPECT_EQ(is_match_2, matches.find(2) != matches.end()) << test; in TestTwoPatterns()