Analysis Software
Documentation for sPHENIX simulation software
|
Public Member Functions | |
MonomorphicImpl (const Impl &impl) | |
virtual void | DescribeTo (::std::ostream *os) const |
virtual void | DescribeNegationTo (::std::ostream *os) const |
virtual bool | MatchAndExplain (T x, MatchResultListener *listener) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (MonomorphicImpl) | |
Private Attributes | |
const Impl | impl_ |
Definition at line 449 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 449 of file gmock-matchers.h
|
inlineexplicit |
Definition at line 451 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 451 of file gmock-matchers.h
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 457 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 457 of file gmock-matchers.h
References testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >::impl_.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 453 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 453 of file gmock-matchers.h
References testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >::impl_.
|
private |
|
inlinevirtual |
Implements testing::MatcherInterface< T >.
Definition at line 461 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 461 of file gmock-matchers.h
References testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >::impl_.
|
private |
Definition at line 466 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 466 of file gmock-matchers.h
Referenced by testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >::DescribeNegationTo(), testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >::DescribeTo(), and testing::PolymorphicMatcher< Impl >::MonomorphicImpl< T >::MatchAndExplain().