Searched refs:matcher_string (Results 1 – 2 of 2) sorted by relevance
3472 Matcher<const char*> matcher_string = ResultOf(PolymorphicFunctor(), Ge(5)); in TEST() local3474 EXPECT_TRUE(matcher_string.Matches("long string")); in TEST()3475 EXPECT_FALSE(matcher_string.Matches("shrt")); in TEST()
4564 Matcher<const char*> matcher_string = ResultOf(PolymorphicFunctor(), Ge(5)); in TEST() local4566 EXPECT_TRUE(matcher_string.Matches("long string")); in TEST()4567 EXPECT_FALSE(matcher_string.Matches("shrt")); in TEST()