Analysis Software
Documentation for sPHENIX simulation software
|
Public Types | |
typedef PointeeOf < GTEST_REMOVE_CONST_(GTEST_REMOVE_REFERENCE_(Pointer))> ::type | Pointee |
Public Member Functions | |
Impl (const InnerMatcher &matcher) | |
virtual void | DescribeTo (::std::ostream *os) const |
virtual void | DescribeNegationTo (::std::ostream *os) const |
virtual bool | MatchAndExplain (Pointer pointer, MatchResultListener *listener) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (Impl) | |
Private Attributes | |
const Matcher< const Pointee & > | matcher_ |
Definition at line 2063 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2063 of file gmock-matchers.h
typedef PointeeOf<GTEST_REMOVE_CONST_( GTEST_REMOVE_REFERENCE_(Pointer))>::type testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::Pointee |
Definition at line 2066 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2066 of file gmock-matchers.h
|
inlineexplicit |
Definition at line 2068 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2068 of file gmock-matchers.h
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 2076 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2076 of file gmock-matchers.h
References testing::internal::MatcherBase< T >::DescribeTo(), and testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::matcher_.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 2071 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2071 of file gmock-matchers.h
References testing::internal::MatcherBase< T >::DescribeTo(), and testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::matcher_.
|
private |
|
inlinevirtual |
Implements testing::MatcherInterface< Pointer >.
Definition at line 2081 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2081 of file gmock-matchers.h
References testing::internal::GetRawPointer(), testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::matcher_, and testing::internal::MatchPrintAndExplain().
|
private |
Definition at line 2091 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2091 of file gmock-matchers.h
Referenced by testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::DescribeNegationTo(), testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::DescribeTo(), and testing::internal::PointeeMatcher< InnerMatcher >::Impl< Pointer >::MatchAndExplain().