|
Monero
|
#include <gmock-matchers.h>


Public Types | |
| typedef RawPairType::first_type | FirstType |
| typedef RawPairType::second_type | SecondType |
Public Member Functions | |
| typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (PairType) RawPairType |
| template<typename FirstMatcher, typename SecondMatcher> | |
| PairMatcherImpl (FirstMatcher first_matcher, SecondMatcher second_matcher) | |
| virtual void | DescribeTo (::std::ostream *os) const |
| virtual void | DescribeNegationTo (::std::ostream *os) const |
| virtual bool | MatchAndExplain (PairType a_pair, MatchResultListener *listener) const |
| Public Member Functions inherited from testing::MatcherDescriberInterface | |
| virtual | ~MatcherDescriberInterface () |
Private Member Functions | |
| void | ExplainSuccess (const internal::string &first_explanation, const internal::string &second_explanation, MatchResultListener *listener) const |
| GTEST_DISALLOW_ASSIGN_ (PairMatcherImpl) | |
Private Attributes | |
| const Matcher< const FirstType & > | first_matcher_ |
| const Matcher< const SecondType & > | second_matcher_ |
| typedef RawPairType::first_type testing::internal::PairMatcherImpl< PairType >::FirstType |
| typedef RawPairType::second_type testing::internal::PairMatcherImpl< PairType >::SecondType |
|
inline |
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
|
inlineprivate |
|
private |
| typedef testing::internal::PairMatcherImpl< PairType >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | PairType | ) |
|
inlinevirtual |
Implements testing::MatcherInterface< PairType >.
|
private |
|
private |