Wire Sysio Wire Sysion 1.0.0
|
#include <gmock-matchers.h>
Public Types | |
typedef internal::StlContainerView< RawContainer > | View |
typedef View::type | StlContainer |
typedef View::const_reference | StlContainerReference |
typedef StlContainer::const_iterator | StlContainerConstIterator |
typedef StlContainer::value_type | Element |
Public Member Functions | |
typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer |
template<typename InputIter > | |
UnorderedElementsAreMatcherImpl (UnorderedMatcherRequire::Flags matcher_flags, 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::MatcherInterface< Container > | |
Public Member Functions inherited from testing::MatcherDescriberInterface | |
virtual | ~MatcherDescriberInterface () |
Additional Inherited Members | |
Protected Types inherited from testing::internal::UnorderedElementsAreMatcherImplBase | |
typedef ::std::vector< const MatcherDescriberInterface * > | MatcherDescriberVec |
Protected Member Functions inherited from testing::internal::UnorderedElementsAreMatcherImplBase | |
UnorderedElementsAreMatcherImplBase (UnorderedMatcherRequire::Flags matcher_flags) | |
void | DescribeToImpl (::std::ostream *os) const |
void | DescribeNegationToImpl (::std::ostream *os) const |
bool | VerifyMatchMatrix (const ::std::vector< std::string > &element_printouts, const MatchMatrix &matrix, MatchResultListener *listener) const |
bool | FindPairing (const MatchMatrix &matrix, MatchResultListener *listener) const |
MatcherDescriberVec & | matcher_describers () |
UnorderedMatcherRequire::Flags | match_flags () const |
Static Protected Member Functions inherited from testing::internal::UnorderedElementsAreMatcherImplBase | |
static Message | Elements (size_t n) |
Definition at line 3712 of file gmock-matchers.h.
StlContainer::value_type testing::internal::UnorderedElementsAreMatcherImpl< Container >::Element |
Definition at line 3721 of file gmock-matchers.h.
View::type testing::internal::UnorderedElementsAreMatcherImpl< Container >::StlContainer |
Definition at line 3718 of file gmock-matchers.h.
StlContainer::const_iterator testing::internal::UnorderedElementsAreMatcherImpl< Container >::StlContainerConstIterator |
Definition at line 3720 of file gmock-matchers.h.
View::const_reference testing::internal::UnorderedElementsAreMatcherImpl< Container >::StlContainerReference |
Definition at line 3719 of file gmock-matchers.h.
internal::StlContainerView<RawContainer> testing::internal::UnorderedElementsAreMatcherImpl< Container >::View |
Definition at line 3717 of file gmock-matchers.h.
|
inline |
Definition at line 3724 of file gmock-matchers.h.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 3739 of file gmock-matchers.h.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 3734 of file gmock-matchers.h.
typedef testing::internal::UnorderedElementsAreMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | Container | ) |
|
inlinevirtual |
Implements testing::MatcherInterface< Container >.
Definition at line 3743 of file gmock-matchers.h.