#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 6661 of file fused-src/gmock/gmock.h.
testing::internal::FieldMatcher< Class, FieldType >::FieldMatcher | ( | FieldType Class::* | field, |
const Matcher< const FieldType & > & | matcher | ||
) | [inline] |
Definition at line 6663 of file fused-src/gmock/gmock.h.
testing::internal::FieldMatcher< Class, FieldType >::FieldMatcher | ( | FieldType Class::* | field, |
const Matcher< const FieldType & > & | matcher | ||
) | [inline] |
Definition at line 2011 of file gmock-matchers.h.
void testing::internal::FieldMatcher< Class, FieldType >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 2020 of file gmock-matchers.h.
void testing::internal::FieldMatcher< Class, FieldType >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 6672 of file fused-src/gmock/gmock.h.
void testing::internal::FieldMatcher< Class, FieldType >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 2015 of file gmock-matchers.h.
void testing::internal::FieldMatcher< Class, FieldType >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 6667 of file fused-src/gmock/gmock.h.
testing::internal::FieldMatcher< Class, FieldType >::GTEST_DISALLOW_ASSIGN_ | ( | FieldMatcher< Class, FieldType > | ) | [private] |
testing::internal::FieldMatcher< Class, FieldType >::GTEST_DISALLOW_ASSIGN_ | ( | FieldMatcher< Class, FieldType > | ) | [private] |
bool testing::internal::FieldMatcher< Class, FieldType >::MatchAndExplain | ( | const T & | value, |
MatchResultListener * | listener | ||
) | const [inline] |
Definition at line 2026 of file gmock-matchers.h.
bool testing::internal::FieldMatcher< Class, FieldType >::MatchAndExplain | ( | const T & | value, |
MatchResultListener * | listener | ||
) | const [inline] |
Definition at line 6678 of file fused-src/gmock/gmock.h.
bool testing::internal::FieldMatcher< Class, FieldType >::MatchAndExplainImpl | ( | false_type | , |
const Class & | obj, | ||
MatchResultListener * | listener | ||
) | const [inline, private] |
Definition at line 2037 of file gmock-matchers.h.
bool testing::internal::FieldMatcher< Class, FieldType >::MatchAndExplainImpl | ( | true_type | , |
const Class * | p, | ||
MatchResultListener * | listener | ||
) | const [inline, private] |
Definition at line 2043 of file gmock-matchers.h.
bool testing::internal::FieldMatcher< Class, FieldType >::MatchAndExplainImpl | ( | false_type | , |
const Class & | obj, | ||
MatchResultListener * | listener | ||
) | const [inline, private] |
Definition at line 6689 of file fused-src/gmock/gmock.h.
bool testing::internal::FieldMatcher< Class, FieldType >::MatchAndExplainImpl | ( | true_type | , |
const Class * | p, | ||
MatchResultListener * | listener | ||
) | const [inline, private] |
Definition at line 6695 of file fused-src/gmock/gmock.h.
const FieldType Class::* testing::internal::FieldMatcher< Class, FieldType >::field_ [private] |
Definition at line 6707 of file fused-src/gmock/gmock.h.
const Matcher< const FieldType & > testing::internal::FieldMatcher< Class, FieldType >::matcher_ [private] |
Definition at line 6708 of file fused-src/gmock/gmock.h.