Home | History | Annotate | Download | only in test

Lines Matching defs:Functor

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