#include <gmock.h>
Public Types | |
typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(Container)> | ContainerView |
typedef ContainerView::type::size_type | SizeType |
Public Member Functions | |
virtual void | DescribeNegationTo (::std::ostream *os) const |
virtual void | DescribeTo (::std::ostream *os) const |
Impl (const SizeMatcher &size_matcher) | |
virtual bool | MatchAndExplain (Container container, MatchResultListener *listener) const |
![]() | |
virtual | ~MatcherDescriberInterface () |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (Impl) | |
Private Attributes | |
const Matcher< SizeType > | size_matcher_ |
Definition at line 7230 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(Container)> testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::ContainerView |
Definition at line 7233 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
typedef ContainerView::type::size_type testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::SizeType |
Definition at line 7234 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlineexplicit |
Definition at line 7235 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 7242 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 7238 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
|
inlinevirtual |
Implements testing::MatcherInterface< Container >.
Definition at line 7247 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 7259 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.