Home | History | Annotate | Download | only in gmock

Lines Matching defs:ResultType

2310   typedef typename Functor::result_type ResultType;
2315 static ResultType Invoke(Functor f, T arg) { return f(arg); }
2321 typedef ResType ResultType;
2339 typedef typename CallableTraits<Callable>::ResultType ResultType;
2341 ResultType>& matcher)
2357 Impl(CallableStorageType callable, const Matcher<ResultType>& matcher)
2374 ResultType result =
2386 const Matcher<ResultType> matcher_;
2392 const Matcher<ResultType> matcher_;
3942 MatcherCast<typename internal::CallableTraits<Callable>::ResultType>(