Analysis Software
Documentation for sPHENIX simulation software
|
Public Member Functions | |
Impl (const Rhs &rhs) | |
virtual bool | MatchAndExplain (Lhs lhs, MatchResultListener *) const |
virtual void | DescribeTo (::std::ostream *os) const |
virtual void | DescribeNegationTo (::std::ostream *os) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (Impl) | |
Private Attributes | |
Rhs | rhs_ |
Definition at line 903 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 903 of file gmock-matchers.h
|
inlineexplicit |
Definition at line 905 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 905 of file gmock-matchers.h
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 914 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 914 of file gmock-matchers.h
References testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >::rhs_, and testing::internal::UniversalPrint().
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 910 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 910 of file gmock-matchers.h
References testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >::rhs_, and testing::internal::UniversalPrint().
|
private |
|
inlinevirtual |
Implements testing::MatcherInterface< Lhs >.
Definition at line 906 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 906 of file gmock-matchers.h
References check_smearing_config::lhs, and testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >::rhs_.
|
private |
Definition at line 919 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 919 of file gmock-matchers.h
Referenced by testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >::DescribeNegationTo(), testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >::DescribeTo(), and testing::internal::ComparisonBase< D, Rhs, Op >::Impl< Lhs >::MatchAndExplain().