#include <gmock.h>
Public Member Functions | |
template<typename T > | |
AssertionResult | operator() (const char *value_text, const T &x) const |
template<typename T > | |
AssertionResult | operator() (const char *value_text, const T &x) const |
PredicateFormatterFromMatcher (const M &m) | |
PredicateFormatterFromMatcher (const M &m) | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (PredicateFormatterFromMatcher) | |
GTEST_DISALLOW_ASSIGN_ (PredicateFormatterFromMatcher) | |
Private Attributes | |
const M | matcher_ |
Definition at line 6411 of file fused-src/gmock/gmock.h.
testing::internal::PredicateFormatterFromMatcher< M >::PredicateFormatterFromMatcher | ( | const M & | m | ) | [inline, explicit] |
Definition at line 6413 of file fused-src/gmock/gmock.h.
testing::internal::PredicateFormatterFromMatcher< M >::PredicateFormatterFromMatcher | ( | const M & | m | ) | [inline, explicit] |
Definition at line 1761 of file gmock-matchers.h.
testing::internal::PredicateFormatterFromMatcher< M >::GTEST_DISALLOW_ASSIGN_ | ( | PredicateFormatterFromMatcher< M > | ) | [private] |
testing::internal::PredicateFormatterFromMatcher< M >::GTEST_DISALLOW_ASSIGN_ | ( | PredicateFormatterFromMatcher< M > | ) | [private] |
AssertionResult testing::internal::PredicateFormatterFromMatcher< M >::operator() | ( | const char * | value_text, |
const T & | x | ||
) | const [inline] |
Definition at line 1767 of file gmock-matchers.h.
AssertionResult testing::internal::PredicateFormatterFromMatcher< M >::operator() | ( | const char * | value_text, |
const T & | x | ||
) | const [inline] |
Definition at line 6419 of file fused-src/gmock/gmock.h.
const M testing::internal::PredicateFormatterFromMatcher< M >::matcher_ [private] |
Definition at line 6445 of file fused-src/gmock/gmock.h.