#include <gmock.h>
Public Member Functions | |
void | DescribeNegationTo (::std::ostream *os) const |
void | DescribeTo (::std::ostream *os) const |
FieldMatcher (FieldType Class::*field, const Matcher< const FieldType & > &matcher) | |
template<typename T > | |
bool | MatchAndExplain (const T &value, MatchResultListener *listener) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (FieldMatcher) | |
bool | MatchAndExplainImpl (false_type, const Class &obj, MatchResultListener *listener) const |
bool | MatchAndExplainImpl (true_type, const Class *p, MatchResultListener *listener) const |
Private Attributes | |
const FieldType Class::* | field_ |
const Matcher< const FieldType & > | matcher_ |
Definition at line 7000 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 7002 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 7011 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 7006 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
|
inline |
Definition at line 7017 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlineprivate |
Definition at line 7028 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlineprivate |
Definition at line 7034 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 7046 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 7047 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.