Home
last modified time | relevance | path

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

/external/cronet/base/substring_set_matcher/
Dsubstring_set_matcher_unittest.cc41 bool is_match_2) { in TestTwoPatterns() argument
44 (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()