|
Monero
|
#include <gmock-matchers.h>


Public Types | |
| typedef internal::StlContainerView< RawContainer > | View |
| typedef View::type | StlContainer |
| typedef View::const_reference | StlContainerReference |
| typedef StlContainer::value_type | Element |
Public Member Functions | |
| typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer |
| template<typename InputIter> | |
| ElementsAreMatcherImpl (InputIter first, InputIter last) | |
| 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::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_ |
| typedef StlContainer::value_type testing::internal::ElementsAreMatcherImpl< Container >::Element |
| typedef View::type testing::internal::ElementsAreMatcherImpl< Container >::StlContainer |
| typedef View::const_reference testing::internal::ElementsAreMatcherImpl< Container >::StlContainerReference |
| typedef internal::StlContainerView<RawContainer> testing::internal::ElementsAreMatcherImpl< Container >::View |
|
inline |
|
inlineprivate |
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
|
inlinestaticprivate |
|
private |
| typedef testing::internal::ElementsAreMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | Container | ) |
|
inlinevirtual |
Implements testing::MatcherInterface< Container >.
|
private |