template <typename Type>
class Impl
Defined at line 3181 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
The monomorphic implementation that works for a particular object type.
Public Methods
void Impl<Type> (const InnerMatcher & matcher)
Defined at line 3184 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeTo (::std::ostream * os)
Defined at line 3187 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeNegationTo (::std::ostream * os)
Defined at line 3192 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
bool MatchAndExplain (Type object, MatchResultListener * listener)
Defined at line 3197 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h