#include <gmock.h>
Public Member Functions | |
virtual void | DescribeNegationTo (::std::ostream *os) const |
virtual void | DescribeNegationTo (::std::ostream *os) const |
virtual void | DescribeTo (::std::ostream *os) const |
virtual void | DescribeTo (::std::ostream *os) const |
EitherOfMatcherImpl (const Matcher< T > &matcher1, const Matcher< T > &matcher2) | |
EitherOfMatcherImpl (const Matcher< T > &matcher1, const Matcher< T > &matcher2) | |
virtual bool | MatchAndExplain (T x, MatchResultListener *listener) const |
virtual bool | MatchAndExplain (T x, MatchResultListener *listener) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (EitherOfMatcherImpl) | |
GTEST_DISALLOW_ASSIGN_ (EitherOfMatcherImpl) | |
Private Attributes | |
const Matcher< T > | matcher1_ |
const Matcher< T > | matcher2_ |
Definition at line 6241 of file fused-src/gmock/gmock.h.
testing::internal::EitherOfMatcherImpl< T >::EitherOfMatcherImpl | ( | const Matcher< T > & | matcher1, |
const Matcher< T > & | matcher2 | ||
) | [inline] |
Definition at line 6243 of file fused-src/gmock/gmock.h.
testing::internal::EitherOfMatcherImpl< T >::EitherOfMatcherImpl | ( | const Matcher< T > & | matcher1, |
const Matcher< T > & | matcher2 | ||
) | [inline] |
Definition at line 1591 of file gmock-matchers.h.
virtual void testing::internal::EitherOfMatcherImpl< T >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 1602 of file gmock-matchers.h.
virtual void testing::internal::EitherOfMatcherImpl< T >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 6254 of file fused-src/gmock/gmock.h.
virtual void testing::internal::EitherOfMatcherImpl< T >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 1594 of file gmock-matchers.h.
virtual void testing::internal::EitherOfMatcherImpl< T >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 6246 of file fused-src/gmock/gmock.h.
testing::internal::EitherOfMatcherImpl< T >::GTEST_DISALLOW_ASSIGN_ | ( | EitherOfMatcherImpl< T > | ) | [private] |
testing::internal::EitherOfMatcherImpl< T >::GTEST_DISALLOW_ASSIGN_ | ( | EitherOfMatcherImpl< T > | ) | [private] |
virtual bool testing::internal::EitherOfMatcherImpl< T >::MatchAndExplain | ( | T | x, |
MatchResultListener * | listener | ||
) | const [inline, virtual] |
Implements testing::MatcherInterface< T >.
Definition at line 1610 of file gmock-matchers.h.
virtual bool testing::internal::EitherOfMatcherImpl< T >::MatchAndExplain | ( | T | x, |
MatchResultListener * | listener | ||
) | const [inline, virtual] |
Implements testing::MatcherInterface< T >.
Definition at line 6262 of file fused-src/gmock/gmock.h.
const Matcher< T > testing::internal::EitherOfMatcherImpl< T >::matcher1_ [private] |
Definition at line 6293 of file fused-src/gmock/gmock.h.
const Matcher< T > testing::internal::EitherOfMatcherImpl< T >::matcher2_ [private] |
Definition at line 6294 of file fused-src/gmock/gmock.h.