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