#include <gmock.h>

Public Types | |
| typedef StlContainer::value_type | Element |
| typedef View::type | StlContainer |
| typedef View::const_reference | StlContainerReference |
| typedef internal::StlContainerView< RawContainer > | View |
Public Member Functions | |
| virtual void | DescribeNegationTo (::std::ostream *os) const |
| virtual void | DescribeTo (::std::ostream *os) const |
| template<typename InputIter > | |
| ElementsAreMatcherImpl (InputIter first, InputIter last) | |
| typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer |
| virtual bool | MatchAndExplain (Container container, MatchResultListener *listener) const |
Public Member Functions inherited from testing::MatcherDescriberInterface | |
| virtual | ~MatcherDescriberInterface () |
Private Member Functions | |
| size_t | count () const |
| GTEST_DISALLOW_ASSIGN_ (ElementsAreMatcherImpl) | |
Static Private Member Functions | |
| static Message | Elements (size_t count) |
Private Attributes | |
| ::std::vector< Matcher< const Element & > > | matchers_ |
Definition at line 7927 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
| typedef StlContainer::value_type testing::internal::ElementsAreMatcherImpl< Container >::Element |
Definition at line 7933 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
| typedef View::type testing::internal::ElementsAreMatcherImpl< Container >::StlContainer |
Definition at line 7931 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
| typedef View::const_reference testing::internal::ElementsAreMatcherImpl< Container >::StlContainerReference |
Definition at line 7932 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
| typedef internal::StlContainerView<RawContainer> testing::internal::ElementsAreMatcherImpl< Container >::View |
Definition at line 7930 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inline |
Definition at line 7938 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlineprivate |
Definition at line 8065 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 7964 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 7945 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlinestaticprivate |
Definition at line 8061 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
| typedef testing::internal::ElementsAreMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | Container | ) |
|
inlinevirtual |
Implements testing::MatcherInterface< Container >.
Definition at line 7980 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 8067 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.