#include <gmock.h>
Public Member Functions | |
EachMatcher (M m) | |
EachMatcher (M m) | |
template<typename Container > | |
operator Matcher< Container > () const | |
template<typename Container > | |
operator Matcher< Container > () const | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (EachMatcher) | |
GTEST_DISALLOW_ASSIGN_ (EachMatcher) | |
Private Attributes | |
const M | inner_matcher_ |
Definition at line 7330 of file fused-src/gmock/gmock.h.
testing::internal::EachMatcher< M >::EachMatcher | ( | M | m | ) | [inline, explicit] |
Definition at line 7332 of file fused-src/gmock/gmock.h.
testing::internal::EachMatcher< M >::EachMatcher | ( | M | m | ) | [inline, explicit] |
Definition at line 2680 of file gmock-matchers.h.
testing::internal::EachMatcher< M >::GTEST_DISALLOW_ASSIGN_ | ( | EachMatcher< M > | ) | [private] |
testing::internal::EachMatcher< M >::GTEST_DISALLOW_ASSIGN_ | ( | EachMatcher< M > | ) | [private] |
testing::internal::EachMatcher< M >::operator Matcher< Container > | ( | ) | const [inline] |
Definition at line 2683 of file gmock-matchers.h.
testing::internal::EachMatcher< M >::operator Matcher< Container > | ( | ) | const [inline] |
Definition at line 7335 of file fused-src/gmock/gmock.h.
const M testing::internal::EachMatcher< M >::inner_matcher_ [private] |
Definition at line 7340 of file fused-src/gmock/gmock.h.