#include <gmock.h>

Public Types | |
| typedef RawPairType::first_type | KeyType |
Public Member Functions | |
| virtual void | DescribeNegationTo (::std::ostream *os) const |
| virtual void | DescribeTo (::std::ostream *os) const |
| typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (PairType) RawPairType |
| template<typename InnerMatcher > | |
| KeyMatcherImpl (InnerMatcher inner_matcher) | |
| virtual bool | MatchAndExplain (PairType key_value, MatchResultListener *listener) const |
Public Member Functions inherited from testing::MatcherDescriberInterface | |
| virtual | ~MatcherDescriberInterface () |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (KeyMatcherImpl) | |
Private Attributes | |
| const Matcher< const KeyType & > | inner_matcher_ |
Definition at line 7758 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
| typedef RawPairType::first_type testing::internal::KeyMatcherImpl< PairType >::KeyType |
Definition at line 7761 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlineexplicit |
Definition at line 7764 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 7789 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 7783 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
| typedef testing::internal::KeyMatcherImpl< PairType >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | PairType | ) |
|
inlinevirtual |
Implements testing::MatcherInterface< PairType >.
Definition at line 7770 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 7795 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.