Searched refs:matcher_string (Results 1 – 1 of 1) sorted by relevance
1091 Matcher<const char*> matcher_string = ResultOf(PolymorphicFunctor(), Ge(5)); in TEST() local1093 EXPECT_TRUE(matcher_string.Matches("long string")); in TEST()1094 EXPECT_FALSE(matcher_string.Matches("shrt")); in TEST()