#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) | |
Public Member Functions inherited from testing::MatcherInterface< Container > | |
| virtual bool | MatchAndExplain (Containerx, MatchResultListener *listener) const =0 |
| virtual bool | MatchAndExplain (Containerx, MatchResultListener *listener) const =0 |
Public Member Functions inherited from testing::MatcherDescriberInterface | |
| virtual void | DescribeNegationTo (::std::ostream *os) const |
| virtual void | DescribeNegationTo (::std::ostream *os) const |
| virtual void | DescribeTo (::std::ostream *os) const =0 |
| virtual void | DescribeTo (::std::ostream *os) const =0 |
| virtual | ~MatcherDescriberInterface () |
| virtual | ~MatcherDescriberInterface () |
Protected Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (QuantifierMatcherImpl) | |
| GTEST_DISALLOW_ASSIGN_ (QuantifierMatcherImpl) | |
Protected Attributes | |
| const Matcher< const Element & > | inner_matcher_ |
Definition at line 7791 of file fused-src/gmock/gmock.h.
| typedef StlContainer::value_type testing::internal::QuantifierMatcherImpl< Container >::Element |
Definition at line 2877 of file gmock-matchers.h.
| typedef StlContainer::value_type testing::internal::QuantifierMatcherImpl< Container >::Element |
Definition at line 7798 of file fused-src/gmock/gmock.h.
| typedef View::type testing::internal::QuantifierMatcherImpl< Container >::StlContainer |
Definition at line 2875 of file gmock-matchers.h.
| typedef View::type testing::internal::QuantifierMatcherImpl< Container >::StlContainer |
Definition at line 7796 of file fused-src/gmock/gmock.h.
| typedef View::const_reference testing::internal::QuantifierMatcherImpl< Container >::StlContainerReference |
Definition at line 2876 of file gmock-matchers.h.
| typedef View::const_reference testing::internal::QuantifierMatcherImpl< Container >::StlContainerReference |
Definition at line 7797 of file fused-src/gmock/gmock.h.
| typedef StlContainerView<RawContainer> testing::internal::QuantifierMatcherImpl< Container >::View |
Definition at line 2874 of file gmock-matchers.h.
| typedef StlContainerView<RawContainer> testing::internal::QuantifierMatcherImpl< Container >::View |
Definition at line 7795 of file fused-src/gmock/gmock.h.
|
inlineexplicit |
Definition at line 7801 of file fused-src/gmock/gmock.h.
|
inlineexplicit |
Definition at line 2880 of file gmock-matchers.h.
|
protected |
|
protected |
| typedef testing::internal::QuantifierMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | Container | ) |
| typedef testing::internal::QuantifierMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | Container | ) |
|
inline |
Definition at line 2887 of file gmock-matchers.h.
|
inline |
Definition at line 7808 of file fused-src/gmock/gmock.h.
|
protected |
Definition at line 7834 of file fused-src/gmock/gmock.h.