Definition at line 480 of file gmock-matchers_test.cc.
void testing::gmock_matchers_test::PolymorphicIsEvenImpl::DescribeNegationTo |
( |
ostream * |
os | ) |
const |
|
inline |
void testing::gmock_matchers_test::PolymorphicIsEvenImpl::DescribeNegationTo |
( |
ostream * |
os | ) |
const |
|
inline |
void testing::gmock_matchers_test::PolymorphicIsEvenImpl::DescribeNegationTo |
( |
ostream * |
os | ) |
const |
|
inline |
void testing::gmock_matchers_test::PolymorphicIsEvenImpl::DescribeTo |
( |
ostream * |
os | ) |
const |
|
inline |
void testing::gmock_matchers_test::PolymorphicIsEvenImpl::DescribeTo |
( |
ostream * |
os | ) |
const |
|
inline |
void testing::gmock_matchers_test::PolymorphicIsEvenImpl::DescribeTo |
( |
ostream * |
os | ) |
const |
|
inline |
template<typename T >
bool testing::gmock_matchers_test::PolymorphicIsEvenImpl::MatchAndExplain |
( |
const T & |
x, |
|
|
MatchResultListener * |
listener |
|
) |
| const |
|
inline |
Definition at line 489 of file gmock-matchers_test.cc.
References testing::gmock_matchers_test::Describe(), testing::Eq(), EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, testing::gmock_matchers_test::Explain(), testing::MakePolymorphicMatcher(), testing::internal::MatcherBase< T >::Matches(), testing::Not(), testing::gmock_matchers_test::PolymorphicIsEven(), testing::MatchResultListener::stream(), and testing::internal::TEST().
491 *listener <<
"% " << 2;
492 if (listener->stream() != NULL) {
495 *listener->stream() <<
" == " << (
x % 2);
template<typename T >
bool testing::gmock_matchers_test::PolymorphicIsEvenImpl::MatchAndExplain |
( |
const T & |
x, |
|
|
MatchResultListener * |
listener |
|
) |
| const |
|
inline |
template<typename T >
bool testing::gmock_matchers_test::PolymorphicIsEvenImpl::MatchAndExplain |
( |
const T & |
x, |
|
|
MatchResultListener * |
listener |
|
) |
| const |
|
inline |
Definition at line 489 of file gmock-matchers_test.cc.
References testing::gmock_matchers_test::Describe(), testing::Eq(), EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, testing::gmock_matchers_test::Explain(), testing::MakePolymorphicMatcher(), testing::internal::MatcherBase< T >::Matches(), testing::Not(), testing::gmock_matchers_test::PolymorphicIsEven(), testing::MatchResultListener::stream(), and testing::internal::TEST().
491 *listener <<
"% " << 2;
492 if (listener->stream() != NULL) {
495 *listener->stream() <<
" == " << (
x % 2);
The documentation for this class was generated from the following file: