Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
Public Member Functions | |
NotMatcherImpl (const Matcher< T > &matcher) | |
virtual bool | MatchAndExplain (T x, MatchResultListener *listener) const |
virtual void | DescribeTo (::std::ostream *os) const |
virtual void | DescribeNegationTo (::std::ostream *os) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (NotMatcherImpl) | |
Private Attributes | |
const Matcher< T > | matcher_ |
Definition at line 1444 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1444 of file gmock-matchers.h
|
inlineexplicit |
Definition at line 1446 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1446 of file gmock-matchers.h
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 1457 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1457 of file gmock-matchers.h
References testing::internal::NotMatcherImpl< T >::matcher_.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 1453 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1453 of file gmock-matchers.h
References testing::internal::NotMatcherImpl< T >::matcher_.
|
private |
|
inlinevirtual |
Implements testing::MatcherInterface< T >.
Definition at line 1449 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1449 of file gmock-matchers.h
References testing::internal::NotMatcherImpl< T >::matcher_.
|
private |
Definition at line 1462 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1462 of file gmock-matchers.h
Referenced by testing::internal::NotMatcherImpl< T >::DescribeNegationTo(), testing::internal::NotMatcherImpl< T >::DescribeTo(), and testing::internal::NotMatcherImpl< T >::MatchAndExplain().