Searched refs:matcher_int (Results 1 – 2 of 2) sorted by relevance
3467 Matcher<int> matcher_int = ResultOf(PolymorphicFunctor(), Ge(5)); in TEST() local3469 EXPECT_TRUE(matcher_int.Matches(10)); in TEST()3470 EXPECT_FALSE(matcher_int.Matches(2)); in TEST()
4559 Matcher<int> matcher_int = ResultOf(PolymorphicFunctor(), Ge(5)); in TEST() local4561 EXPECT_TRUE(matcher_int.Matches(10)); in TEST()4562 EXPECT_FALSE(matcher_int.Matches(2)); in TEST()