Searched refs:CreatedBySameMatchString (Results 1 – 2 of 2) sorted by relevance
102 TEST(TypeMatcherTests, CreatedBySameMatchString) { in TEST() argument110 EXPECT_TRUE(a_str.CreatedBySameMatchString(a_str)); in TEST()111 EXPECT_TRUE(a_str.CreatedBySameMatchString(a_regex)); in TEST()118 EXPECT_FALSE(empty_str.CreatedBySameMatchString(a_str)); in TEST()119 EXPECT_FALSE(empty_str.CreatedBySameMatchString(a_regex)); in TEST()123 EXPECT_FALSE(empty_regex.CreatedBySameMatchString(a_str)); in TEST()128 EXPECT_FALSE(a_str.CreatedBySameMatchString(empty_str)); in TEST()129 EXPECT_FALSE(a_str.CreatedBySameMatchString(empty_regex)); in TEST()130 EXPECT_FALSE(a_str.CreatedBySameMatchString(digit_str)); in TEST()131 EXPECT_FALSE(a_str.CreatedBySameMatchString(digit_regex)); 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()