#include <gmock.h>
Public Types | |
typedef RawPairType::first_type | FirstType |
typedef RawPairType::first_type | FirstType |
typedef RawPairType::second_type | SecondType |
typedef RawPairType::second_type | SecondType |
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 |
typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (PairType) RawPairType |
typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (PairType) RawPairType |
virtual bool | MatchAndExplain (PairType a_pair, MatchResultListener *listener) const |
virtual bool | MatchAndExplain (PairType a_pair, MatchResultListener *listener) const |
template<typename FirstMatcher , typename SecondMatcher > | |
PairMatcherImpl (FirstMatcher first_matcher, SecondMatcher second_matcher) | |
template<typename FirstMatcher , typename SecondMatcher > | |
PairMatcherImpl (FirstMatcher first_matcher, SecondMatcher second_matcher) | |
Private Member Functions | |
void | ExplainSuccess (const internal::string &first_explanation, const internal::string &second_explanation, MatchResultListener *listener) const |
void | ExplainSuccess (const internal::string &first_explanation, const internal::string &second_explanation, MatchResultListener *listener) const |
GTEST_DISALLOW_ASSIGN_ (PairMatcherImpl) | |
GTEST_DISALLOW_ASSIGN_ (PairMatcherImpl) | |
Private Attributes | |
const Matcher< const FirstType & > | first_matcher_ |
const Matcher< const SecondType & > | second_matcher_ |
Definition at line 7412 of file fused-src/gmock/gmock.h.
typedef RawPairType::first_type testing::internal::PairMatcherImpl< PairType >::FirstType |
Definition at line 2763 of file gmock-matchers.h.
typedef RawPairType::first_type testing::internal::PairMatcherImpl< PairType >::FirstType |
Definition at line 7415 of file fused-src/gmock/gmock.h.
typedef RawPairType::second_type testing::internal::PairMatcherImpl< PairType >::SecondType |
Definition at line 2764 of file gmock-matchers.h.
typedef RawPairType::second_type testing::internal::PairMatcherImpl< PairType >::SecondType |
Definition at line 7416 of file fused-src/gmock/gmock.h.
testing::internal::PairMatcherImpl< PairType >::PairMatcherImpl | ( | FirstMatcher | first_matcher, |
SecondMatcher | second_matcher | ||
) | [inline] |
Definition at line 7419 of file fused-src/gmock/gmock.h.
testing::internal::PairMatcherImpl< PairType >::PairMatcherImpl | ( | FirstMatcher | first_matcher, |
SecondMatcher | second_matcher | ||
) | [inline] |
Definition at line 2767 of file gmock-matchers.h.
virtual void testing::internal::PairMatcherImpl< PairType >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 2783 of file gmock-matchers.h.
virtual void testing::internal::PairMatcherImpl< PairType >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 7435 of file fused-src/gmock/gmock.h.
virtual void testing::internal::PairMatcherImpl< PairType >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 2775 of file gmock-matchers.h.
virtual void testing::internal::PairMatcherImpl< PairType >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 7427 of file fused-src/gmock/gmock.h.
void testing::internal::PairMatcherImpl< PairType >::ExplainSuccess | ( | const internal::string & | first_explanation, |
const internal::string & | second_explanation, | ||
MatchResultListener * | listener | ||
) | const [inline, private] |
Definition at line 2820 of file gmock-matchers.h.
void testing::internal::PairMatcherImpl< PairType >::ExplainSuccess | ( | const internal::string & | first_explanation, |
const internal::string & | second_explanation, | ||
MatchResultListener * | listener | ||
) | const [inline, private] |
Definition at line 7472 of file fused-src/gmock/gmock.h.
testing::internal::PairMatcherImpl< PairType >::GTEST_DISALLOW_ASSIGN_ | ( | PairMatcherImpl< PairType > | ) | [private] |
testing::internal::PairMatcherImpl< PairType >::GTEST_DISALLOW_ASSIGN_ | ( | PairMatcherImpl< PairType > | ) | [private] |
typedef testing::internal::PairMatcherImpl< PairType >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | PairType | ) |
typedef testing::internal::PairMatcherImpl< PairType >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | PairType | ) |
virtual bool testing::internal::PairMatcherImpl< PairType >::MatchAndExplain | ( | PairType | a_pair, |
MatchResultListener * | listener | ||
) | const [inline, virtual] |
Implements testing::MatcherInterface< PairType >.
Definition at line 2792 of file gmock-matchers.h.
virtual bool testing::internal::PairMatcherImpl< PairType >::MatchAndExplain | ( | PairType | a_pair, |
MatchResultListener * | listener | ||
) | const [inline, virtual] |
Implements testing::MatcherInterface< PairType >.
Definition at line 7444 of file fused-src/gmock/gmock.h.
const Matcher< const FirstType & > testing::internal::PairMatcherImpl< PairType >::first_matcher_ [private] |
Definition at line 7490 of file fused-src/gmock/gmock.h.
const Matcher< const SecondType & > testing::internal::PairMatcherImpl< PairType >::second_matcher_ [private] |
Definition at line 7491 of file fused-src/gmock/gmock.h.