#include <gmock.h>
Public Member Functions | |
MatcherAsPredicate (M matcher) | |
MatcherAsPredicate (M matcher) | |
template<typename T > | |
bool | operator() (const T &x) const |
template<typename T > | |
bool | operator() (const T &x) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (MatcherAsPredicate) | |
GTEST_DISALLOW_ASSIGN_ (MatcherAsPredicate) | |
Private Attributes | |
M | matcher_ |
Definition at line 6373 of file fused-src/gmock/gmock.h.
testing::internal::MatcherAsPredicate< M >::MatcherAsPredicate | ( | M | matcher | ) | [inline, explicit] |
Definition at line 6375 of file fused-src/gmock/gmock.h.
testing::internal::MatcherAsPredicate< M >::MatcherAsPredicate | ( | M | matcher | ) | [inline, explicit] |
Definition at line 1723 of file gmock-matchers.h.
testing::internal::MatcherAsPredicate< M >::GTEST_DISALLOW_ASSIGN_ | ( | MatcherAsPredicate< M > | ) | [private] |
testing::internal::MatcherAsPredicate< M >::GTEST_DISALLOW_ASSIGN_ | ( | MatcherAsPredicate< M > | ) | [private] |
bool testing::internal::MatcherAsPredicate< M >::operator() | ( | const T & | x | ) | const [inline] |
Definition at line 1732 of file gmock-matchers.h.
bool testing::internal::MatcherAsPredicate< M >::operator() | ( | const T & | x | ) | const [inline] |
Definition at line 6384 of file fused-src/gmock/gmock.h.
M testing::internal::MatcherAsPredicate< M >::matcher_ [private] |
Definition at line 6403 of file fused-src/gmock/gmock.h.