|
Monero
|
#include <gmock-matchers.h>


Public Member Functions | |
| EitherOfMatcherImpl (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 |
| Public Member Functions inherited from testing::MatcherDescriberInterface | |
| virtual | ~MatcherDescriberInterface () |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (EitherOfMatcherImpl) | |
Private Attributes | |
| const Matcher< T > | matcher1_ |
| const Matcher< T > | matcher2_ |
|
inline |
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
|
private |
|
inlinevirtual |
Implements testing::MatcherInterface< T >.
|
private |
|
private |