#include <gmock.h>
Public Types | |
typedef StlContainer::value_type | Element |
typedef StlContainer::value_type | Element |
typedef View::type | StlContainer |
typedef View::type | StlContainer |
typedef View::const_reference | StlContainerReference |
typedef View::const_reference | StlContainerReference |
typedef StlContainerView < RawContainer > | View |
typedef StlContainerView < RawContainer > | View |
Public Member Functions | |
typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer |
typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer |
bool | MatchAndExplainImpl (bool all_elements_should_match, Container container, MatchResultListener *listener) const |
bool | MatchAndExplainImpl (bool all_elements_should_match, Container container, MatchResultListener *listener) const |
template<typename InnerMatcher > | |
QuantifierMatcherImpl (InnerMatcher inner_matcher) | |
template<typename InnerMatcher > | |
QuantifierMatcherImpl (InnerMatcher inner_matcher) | |
Protected Member Functions | |
GTEST_DISALLOW_ASSIGN_ (QuantifierMatcherImpl) | |
GTEST_DISALLOW_ASSIGN_ (QuantifierMatcherImpl) | |
Protected Attributes | |
const Matcher< const Element & > | inner_matcher_ |
Definition at line 7211 of file fused-src/gmock/gmock.h.
typedef StlContainer::value_type testing::internal::QuantifierMatcherImpl< Container >::Element |
Definition at line 2565 of file gmock-matchers.h.
typedef StlContainer::value_type testing::internal::QuantifierMatcherImpl< Container >::Element |
Definition at line 7217 of file fused-src/gmock/gmock.h.
typedef View::type testing::internal::QuantifierMatcherImpl< Container >::StlContainer |
Definition at line 2563 of file gmock-matchers.h.
typedef View::type testing::internal::QuantifierMatcherImpl< Container >::StlContainer |
Definition at line 7215 of file fused-src/gmock/gmock.h.
typedef View::const_reference testing::internal::QuantifierMatcherImpl< Container >::StlContainerReference |
Definition at line 2564 of file gmock-matchers.h.
typedef View::const_reference testing::internal::QuantifierMatcherImpl< Container >::StlContainerReference |
Definition at line 7216 of file fused-src/gmock/gmock.h.
typedef StlContainerView<RawContainer> testing::internal::QuantifierMatcherImpl< Container >::View |
Definition at line 2562 of file gmock-matchers.h.
typedef StlContainerView<RawContainer> testing::internal::QuantifierMatcherImpl< Container >::View |
Definition at line 7214 of file fused-src/gmock/gmock.h.
testing::internal::QuantifierMatcherImpl< Container >::QuantifierMatcherImpl | ( | InnerMatcher | inner_matcher | ) | [inline, explicit] |
Definition at line 7220 of file fused-src/gmock/gmock.h.
testing::internal::QuantifierMatcherImpl< Container >::QuantifierMatcherImpl | ( | InnerMatcher | inner_matcher | ) | [inline, explicit] |
Definition at line 2568 of file gmock-matchers.h.
testing::internal::QuantifierMatcherImpl< Container >::GTEST_DISALLOW_ASSIGN_ | ( | QuantifierMatcherImpl< Container > | ) | [protected] |
testing::internal::QuantifierMatcherImpl< Container >::GTEST_DISALLOW_ASSIGN_ | ( | QuantifierMatcherImpl< Container > | ) | [protected] |
typedef testing::internal::QuantifierMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | Container | ) |
typedef testing::internal::QuantifierMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | Container | ) |
bool testing::internal::QuantifierMatcherImpl< Container >::MatchAndExplainImpl | ( | bool | all_elements_should_match, |
Container | container, | ||
MatchResultListener * | listener | ||
) | const [inline] |
Definition at line 2575 of file gmock-matchers.h.
bool testing::internal::QuantifierMatcherImpl< Container >::MatchAndExplainImpl | ( | bool | all_elements_should_match, |
Container | container, | ||
MatchResultListener * | listener | ||
) | const [inline] |
Definition at line 7227 of file fused-src/gmock/gmock.h.
const Matcher< const Element & > testing::internal::QuantifierMatcherImpl< Container >::inner_matcher_ [protected] |
Definition at line 7248 of file fused-src/gmock/gmock.h.