Searched refs:PolymorphicFunctor (Results 1 – 2 of 2) sorted by relevance
1497 TEST(FunctorActionTest, PolymorphicFunctor) { in TEST() argument
4696 struct PolymorphicFunctor { in TEST() struct4704 Matcher<int> matcher_int = ResultOf(PolymorphicFunctor(), Ge(5)); in TEST()4709 Matcher<const char*> matcher_string = ResultOf(PolymorphicFunctor(), Ge(5)); in TEST()4716 Matcher<int*> matcher = ResultOf(PolymorphicFunctor(), "good ptr"); in TEST()