Searched refs:CreatedBySameMatchString (Results 1 – 3 of 3) sorted by relevance
102 TEST(TypeMatcherTests, CreatedBySameMatchString) { in TEST() argument105 EXPECT_TRUE(empty_str.CreatedBySameMatchString(empty_str)); in TEST()106 EXPECT_TRUE(empty_str.CreatedBySameMatchString(empty_regex)); in TEST()110 EXPECT_TRUE(a_str.CreatedBySameMatchString(a_str)); in TEST()111 EXPECT_TRUE(a_str.CreatedBySameMatchString(a_regex)); in TEST()115 EXPECT_TRUE(digit_str.CreatedBySameMatchString(digit_str)); in TEST()116 EXPECT_TRUE(digit_str.CreatedBySameMatchString(digit_regex)); in TEST()118 EXPECT_FALSE(empty_str.CreatedBySameMatchString(a_str)); in TEST()119 EXPECT_FALSE(empty_str.CreatedBySameMatchString(a_regex)); in TEST()120 EXPECT_FALSE(empty_str.CreatedBySameMatchString(digit_str)); in TEST()[all …]
102 bool CreatedBySameMatchString(TypeMatcher other) const { in CreatedBySameMatchString() function136 if (iter->first.CreatedBySameMatchString(matcher)) { in Delete()159 if (pos.first.CreatedBySameMatchString(matcher)) { in GetExact()
1109 if (type_matcher.CreatedBySameMatchString( in DoExecute()1134 if (type_matcher.CreatedBySameMatchString( in DoExecute()