reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
 2343   ResultOfMatcher(Callable callable, const Matcher<ResultType>& matcher)
 2359     Impl(CallableStorageType callable, const Matcher<ResultType>& matcher)
 2376       ResultType result =
 2388     const Matcher<ResultType> matcher_;
 2394   const Matcher<ResultType> matcher_;