#include <gmock.h>

Public Types | |
| typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(Container)> | ContainerView |
| typedef std::iterator_traits< typename ContainerView::type::const_iterator >::difference_type | DistanceType |
Public Member Functions | |
| virtual void | DescribeNegationTo (::std::ostream *os) const |
| virtual void | DescribeTo (::std::ostream *os) const |
| Impl (const DistanceMatcher &distance_matcher) | |
| virtual bool | MatchAndExplain (Container container, MatchResultListener *listener) const |
Public Member Functions inherited from testing::MatcherDescriberInterface | |
| virtual | ~MatcherDescriberInterface () |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (Impl) | |
Private Attributes | |
| const Matcher< DistanceType > | distance_matcher_ |
Definition at line 7282 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
| typedef internal::StlContainerView< GTEST_REMOVE_REFERENCE_AND_CONST_(Container)> testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >::Impl< Container >::ContainerView |
Definition at line 7285 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
| typedef std::iterator_traits< typename ContainerView::type::const_iterator>::difference_type testing::internal::BeginEndDistanceIsMatcher< DistanceMatcher >::Impl< Container >::DistanceType |
Definition at line 7288 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlineexplicit |
Definition at line 7289 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 7296 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 7292 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
|
inlinevirtual |
Implements testing::MatcherInterface< Container >.
Definition at line 7301 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.
|
private |
Definition at line 7320 of file cares/cares/test/gmock-1.8.0/gmock/gmock.h.