#include <gmock.h>
Public Member Functions | |
KeyMatcher (M m) | |
KeyMatcher (M m) | |
template<typename PairType > | |
operator Matcher< PairType > () const | |
template<typename PairType > | |
operator Matcher< PairType > () const | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (KeyMatcher) | |
GTEST_DISALLOW_ASSIGN_ (KeyMatcher) | |
Private Attributes | |
const M | matcher_for_key_ |
Definition at line 7394 of file fused-src/gmock/gmock.h.
testing::internal::KeyMatcher< M >::KeyMatcher | ( | M | m | ) | [inline, explicit] |
Definition at line 7396 of file fused-src/gmock/gmock.h.
testing::internal::KeyMatcher< M >::KeyMatcher | ( | M | m | ) | [inline, explicit] |
Definition at line 2744 of file gmock-matchers.h.
testing::internal::KeyMatcher< M >::GTEST_DISALLOW_ASSIGN_ | ( | KeyMatcher< M > | ) | [private] |
testing::internal::KeyMatcher< M >::GTEST_DISALLOW_ASSIGN_ | ( | KeyMatcher< M > | ) | [private] |
testing::internal::KeyMatcher< M >::operator Matcher< PairType > | ( | ) | const [inline] |
Definition at line 2747 of file gmock-matchers.h.
testing::internal::KeyMatcher< M >::operator Matcher< PairType > | ( | ) | const [inline] |
Definition at line 7399 of file fused-src/gmock/gmock.h.
const M testing::internal::KeyMatcher< M >::matcher_for_key_ [private] |
Definition at line 7404 of file fused-src/gmock/gmock.h.