#include <gmock.h>

Public Member Functions | |
| virtual void | DescribeNegationTo (::std::ostream *os) const |
| virtual void | DescribeTo (::std::ostream *os) const |
| template<typename InnerMatcher > | |
| EachMatcherImpl (InnerMatcher inner_matcher) | |
| virtual bool | MatchAndExplain (Container container, MatchResultListener *listener) const |
Public Member Functions inherited from testing::internal::QuantifierMatcherImpl< Container > | |
| typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer |
| bool | MatchAndExplainImpl (bool all_elements_should_match, Container container, MatchResultListener *listener) const |
| template<typename InnerMatcher > | |
| QuantifierMatcherImpl (InnerMatcher inner_matcher) | |
Public Member Functions inherited from testing::MatcherDescriberInterface | |
| virtual | ~MatcherDescriberInterface () |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (EachMatcherImpl) | |
Additional Inherited Members | |
Public Types inherited from testing::internal::QuantifierMatcherImpl< Container > | |
| typedef StlContainer::value_type | Element |
| typedef View::type | StlContainer |
| typedef View::const_reference | StlContainerReference |
| typedef StlContainerView< RawContainer > | View |
Protected Member Functions inherited from testing::internal::QuantifierMatcherImpl< Container > | |
| GTEST_DISALLOW_ASSIGN_ (QuantifierMatcherImpl) | |
Protected Attributes inherited from testing::internal::QuantifierMatcherImpl< Container > | |
| const Matcher< const Element & > | inner_matcher_ |
Definition at line 7693 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlineexplicit |
Definition at line 7696 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 7705 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 7700 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
|
inlinevirtual |
Implements testing::MatcherInterface< Container >.
Definition at line 7710 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.