template <typename Pointer>
class Impl
Defined at line 1952 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
The monomorphic implementation that works for a particular pointer type.
Public Methods
void Impl<Pointer> (const InnerMatcher & matcher)
Defined at line 1958 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeTo (::std::ostream * os)
Defined at line 1961 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeNegationTo (::std::ostream * os)
Defined at line 1966 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
bool MatchAndExplain (Pointer pointer, MatchResultListener * listener)
Defined at line 1971 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h