Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
Public Member Functions | |
BothOfMatcherImpl (const Matcher< T > &matcher1, const Matcher< T > &matcher2) | |
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_ (BothOfMatcherImpl) | |
Private Attributes | |
const Matcher< T > | matcher1_ |
const Matcher< T > | matcher2_ |
Definition at line 1492 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1492 of file gmock-matchers.h
|
inline |
Definition at line 1494 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1494 of file gmock-matchers.h
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 1505 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1505 of file gmock-matchers.h
References testing::internal::BothOfMatcherImpl< T >::matcher1_, and testing::internal::BothOfMatcherImpl< T >::matcher2_.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 1497 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1497 of file gmock-matchers.h
References testing::internal::BothOfMatcherImpl< T >::matcher1_, and testing::internal::BothOfMatcherImpl< T >::matcher2_.
|
private |
|
inlinevirtual |
Implements testing::MatcherInterface< T >.
Definition at line 1513 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1513 of file gmock-matchers.h
References testing::internal::BothOfMatcherImpl< T >::matcher1_, testing::internal::BothOfMatcherImpl< T >::matcher2_, and testing::StringMatchResultListener::str().
|
private |
Definition at line 1544 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1544 of file gmock-matchers.h
Referenced by testing::internal::BothOfMatcherImpl< T >::DescribeNegationTo(), testing::internal::BothOfMatcherImpl< T >::DescribeTo(), and testing::internal::BothOfMatcherImpl< T >::MatchAndExplain().
|
private |
Definition at line 1545 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1545 of file gmock-matchers.h
Referenced by testing::internal::BothOfMatcherImpl< T >::DescribeNegationTo(), testing::internal::BothOfMatcherImpl< T >::DescribeTo(), and testing::internal::BothOfMatcherImpl< T >::MatchAndExplain().