Wire Sysio Wire Sysion 1.0.0
|
#include <gmock-matchers.h>
Public Types | |
typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(Container)> | ContainerView |
typedef ContainerView::type::size_type | SizeType |
Public Member Functions | |
Impl (const SizeMatcher &size_matcher) | |
virtual void | DescribeTo (::std::ostream *os) const |
virtual void | DescribeNegationTo (::std::ostream *os) const |
virtual bool | MatchAndExplain (Container container, MatchResultListener *listener) const |
Public Member Functions inherited from testing::MatcherInterface< Container > | |
Public Member Functions inherited from testing::MatcherDescriberInterface | |
virtual | ~MatcherDescriberInterface () |
Definition at line 2706 of file gmock-matchers.h.
internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(Container)> testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::ContainerView |
Definition at line 2709 of file gmock-matchers.h.
ContainerView::type::size_type testing::internal::SizeIsMatcher< SizeMatcher >::Impl< Container >::SizeType |
Definition at line 2710 of file gmock-matchers.h.
|
inlineexplicit |
Definition at line 2711 of file gmock-matchers.h.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 2718 of file gmock-matchers.h.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 2714 of file gmock-matchers.h.
|
inlinevirtual |
Implements testing::MatcherInterface< Container >.
Definition at line 2723 of file gmock-matchers.h.