#include <gmock.h>
Public Member Functions | |
BothOfMatcherImpl (const Matcher< T > &matcher1, const Matcher< T > &matcher2) | |
BothOfMatcherImpl (const Matcher< T > &matcher1, const Matcher< T > &matcher2) | |
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 |
virtual bool | MatchAndExplain (T x, MatchResultListener *listener) const |
virtual bool | MatchAndExplain (T x, MatchResultListener *listener) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (BothOfMatcherImpl) | |
GTEST_DISALLOW_ASSIGN_ (BothOfMatcherImpl) | |
Private Attributes | |
const Matcher< T > | matcher1_ |
const Matcher< T > | matcher2_ |
Definition at line 6069 of file fused-src/gmock/gmock.h.
testing::internal::BothOfMatcherImpl< T >::BothOfMatcherImpl | ( | const Matcher< T > & | matcher1, |
const Matcher< T > & | matcher2 | ||
) | [inline] |
Definition at line 6071 of file fused-src/gmock/gmock.h.
testing::internal::BothOfMatcherImpl< T >::BothOfMatcherImpl | ( | const Matcher< T > & | matcher1, |
const Matcher< T > & | matcher2 | ||
) | [inline] |
Definition at line 1419 of file gmock-matchers.h.
virtual void testing::internal::BothOfMatcherImpl< T >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 1430 of file gmock-matchers.h.
virtual void testing::internal::BothOfMatcherImpl< T >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 6082 of file fused-src/gmock/gmock.h.
virtual void testing::internal::BothOfMatcherImpl< T >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 1422 of file gmock-matchers.h.
virtual void testing::internal::BothOfMatcherImpl< T >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 6074 of file fused-src/gmock/gmock.h.
testing::internal::BothOfMatcherImpl< T >::GTEST_DISALLOW_ASSIGN_ | ( | BothOfMatcherImpl< T > | ) | [private] |
testing::internal::BothOfMatcherImpl< T >::GTEST_DISALLOW_ASSIGN_ | ( | BothOfMatcherImpl< T > | ) | [private] |
virtual bool testing::internal::BothOfMatcherImpl< T >::MatchAndExplain | ( | T | x, |
MatchResultListener * | listener | ||
) | const [inline, virtual] |
Implements testing::MatcherInterface< T >.
Definition at line 1438 of file gmock-matchers.h.
virtual bool testing::internal::BothOfMatcherImpl< T >::MatchAndExplain | ( | T | x, |
MatchResultListener * | listener | ||
) | const [inline, virtual] |
Implements testing::MatcherInterface< T >.
Definition at line 6090 of file fused-src/gmock/gmock.h.
const Matcher< T > testing::internal::BothOfMatcherImpl< T >::matcher1_ [private] |
Definition at line 6121 of file fused-src/gmock/gmock.h.
const Matcher< T > testing::internal::BothOfMatcherImpl< T >::matcher2_ [private] |
Definition at line 6122 of file fused-src/gmock/gmock.h.