#include <gmock.h>
Public Member Functions | |
BothOfMatcherImpl (const Matcher< T > &matcher1, const Matcher< T > &matcher2) | |
virtual void | DescribeNegationTo (::std::ostream *os) const |
virtual void | DescribeTo (::std::ostream *os) const |
virtual bool | MatchAndExplain (T x, MatchResultListener *listener) const |
![]() | |
virtual | ~MatcherDescriberInterface () |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (BothOfMatcherImpl) | |
Private Attributes | |
const Matcher< T > | matcher1_ |
const Matcher< T > | matcher2_ |
Definition at line 6311 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 6313 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 6324 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 6316 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
|
inlinevirtual |
Implements testing::MatcherInterface< T >.
Definition at line 6332 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 6363 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 6364 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.