Searched refs:matcher_int (Results 1 – 1 of 1) sorted by relevance
1087 Matcher<int> matcher_int = ResultOf(PolymorphicFunctor(), Ge(5)); in TEST() local1089 EXPECT_TRUE(matcher_int.Matches(10)); in TEST()1090 EXPECT_FALSE(matcher_int.Matches(2)); in TEST()