Home | History | Annotate | Download | only in test

Lines Matching defs:Functor

2212 // The following predicate function and predicate functor are for
2217 // unary function or functor whose return type can be implicitly
2223 // This functor returns true if the input is greater than the given
3341 struct Functor : public ::std::unary_function<int, string> {
3348 Matcher<int> matcher = ResultOf(Functor(), Eq(string("foo")));
3355 // functor with more then one operator() defined. ResultOf() must work