#include <gmock.h>
Public Member Functions | |
void | DescribeNegationTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
void | DescribeTo (::std::ostream *os) const |
void | DescribeTo (::std::ostream *os) const |
FieldMatcher (FieldType Class::*field, const Matcher< const FieldType & > &matcher) | |
FieldMatcher (FieldType Class::*field, const Matcher< const FieldType & > &matcher) | |
template<typename T > | |
bool | MatchAndExplain (const T &value, MatchResultListener *listener) const |
template<typename T > | |
bool | MatchAndExplain (const T &value, MatchResultListener *listener) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (FieldMatcher) | |
GTEST_DISALLOW_ASSIGN_ (FieldMatcher) | |
bool | MatchAndExplainImpl (false_type, const Class &obj, MatchResultListener *listener) const |
bool | MatchAndExplainImpl (true_type, const Class *p, MatchResultListener *listener) const |
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 7162 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 7165 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 2244 of file gmock-matchers.h.
|
inline |
Definition at line 2254 of file gmock-matchers.h.
|
inline |
Definition at line 7175 of file fused-src/gmock/gmock.h.
|
inline |
Definition at line 2248 of file gmock-matchers.h.
|
inline |
Definition at line 7169 of file fused-src/gmock/gmock.h.
|
private |
|
private |
|
inline |
Definition at line 2261 of file gmock-matchers.h.
|
inline |
Definition at line 7182 of file fused-src/gmock/gmock.h.
|
inlineprivate |
Definition at line 2273 of file gmock-matchers.h.
|
inlineprivate |
Definition at line 2280 of file gmock-matchers.h.
|
inlineprivate |
Definition at line 7194 of file fused-src/gmock/gmock.h.
|
inlineprivate |
Definition at line 7201 of file fused-src/gmock/gmock.h.
|
private |
Definition at line 7214 of file fused-src/gmock/gmock.h.
|
private |
Definition at line 7215 of file fused-src/gmock/gmock.h.