Home
last modified time | relevance | path

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

/external/cronet/base/substring_set_matcher/
Dsubstring_set_matcher_unittest.cc40 bool is_match_1, in TestTwoPatterns() argument
43 ", " + 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()