template <typename PointerType>
class Impl
Defined at line 2011 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<PointerType> (const InnerMatcher & matcher)
Defined at line 2017 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeTo (::std::ostream * os)
Defined at line 2020 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
void DescribeNegationTo (::std::ostream * os)
Defined at line 2025 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h
bool MatchAndExplain (PointerType pointer, MatchResultListener * listener)
Defined at line 2030 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h