#include <gmock.h>
Public Types | |
typedef RawPairType::first_type | KeyType |
typedef RawPairType::first_type | KeyType |
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 |
template<typename InnerMatcher > | |
KeyMatcherImpl (InnerMatcher inner_matcher) | |
template<typename InnerMatcher > | |
KeyMatcherImpl (InnerMatcher inner_matcher) | |
virtual bool | MatchAndExplain (PairType key_value, MatchResultListener *listener) const |
virtual bool | MatchAndExplain (PairType key_value, MatchResultListener *listener) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (KeyMatcherImpl) | |
GTEST_DISALLOW_ASSIGN_ (KeyMatcherImpl) | |
Private Attributes | |
const Matcher< const KeyType & > | inner_matcher_ |
Definition at line 7350 of file fused-src/gmock/gmock.h.
typedef RawPairType::first_type testing::internal::KeyMatcherImpl< PairType >::KeyType |
Definition at line 2701 of file gmock-matchers.h.
typedef RawPairType::first_type testing::internal::KeyMatcherImpl< PairType >::KeyType |
Definition at line 7353 of file fused-src/gmock/gmock.h.
testing::internal::KeyMatcherImpl< PairType >::KeyMatcherImpl | ( | InnerMatcher | inner_matcher | ) | [inline, explicit] |
Definition at line 7356 of file fused-src/gmock/gmock.h.
testing::internal::KeyMatcherImpl< PairType >::KeyMatcherImpl | ( | InnerMatcher | inner_matcher | ) | [inline, explicit] |
Definition at line 2704 of file gmock-matchers.h.
virtual void testing::internal::KeyMatcherImpl< PairType >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 2729 of file gmock-matchers.h.
virtual void testing::internal::KeyMatcherImpl< PairType >::DescribeNegationTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 7381 of file fused-src/gmock/gmock.h.
virtual void testing::internal::KeyMatcherImpl< PairType >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 2723 of file gmock-matchers.h.
virtual void testing::internal::KeyMatcherImpl< PairType >::DescribeTo | ( | ::std::ostream * | os | ) | const [inline, virtual] |
Implements testing::MatcherDescriberInterface.
Definition at line 7375 of file fused-src/gmock/gmock.h.
testing::internal::KeyMatcherImpl< PairType >::GTEST_DISALLOW_ASSIGN_ | ( | KeyMatcherImpl< PairType > | ) | [private] |
testing::internal::KeyMatcherImpl< PairType >::GTEST_DISALLOW_ASSIGN_ | ( | KeyMatcherImpl< PairType > | ) | [private] |
typedef testing::internal::KeyMatcherImpl< PairType >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | PairType | ) |
typedef testing::internal::KeyMatcherImpl< PairType >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | PairType | ) |
virtual bool testing::internal::KeyMatcherImpl< PairType >::MatchAndExplain | ( | PairType | key_value, |
MatchResultListener * | listener | ||
) | const [inline, virtual] |
Implements testing::MatcherInterface< PairType >.
Definition at line 2710 of file gmock-matchers.h.
virtual bool testing::internal::KeyMatcherImpl< PairType >::MatchAndExplain | ( | PairType | key_value, |
MatchResultListener * | listener | ||
) | const [inline, virtual] |
Implements testing::MatcherInterface< PairType >.
Definition at line 7362 of file fused-src/gmock/gmock.h.
const Matcher< const KeyType & > testing::internal::KeyMatcherImpl< PairType >::inner_matcher_ [private] |
Definition at line 7387 of file fused-src/gmock/gmock.h.