Home | History | Annotate | Download | only in gmock

Lines Matching defs:ResultType

1839   typedef typename Functor::result_type ResultType;
1844 static ResultType Invoke(Functor f, T arg) { return f(arg); }
1850 typedef ResType ResultType;
1868 typedef typename CallableTraits<Callable>::ResultType ResultType;
1870 ResultOfMatcher(Callable callable, const Matcher<ResultType>& matcher)
1886 Impl(CallableStorageType callable, const Matcher<ResultType>& matcher)
1903 ResultType result =
1915 const Matcher<ResultType> matcher_;
1921 const Matcher<ResultType> matcher_;
2861 MatcherCast<typename internal::CallableTraits<Callable>::ResultType>(