Electroneum
testing::internal::UnorderedElementsAreMatcherImplBase Class Reference

#include <gmock-matchers.h>

Inheritance diagram for testing::internal::UnorderedElementsAreMatcherImplBase:

Protected Types

typedef ::std::vector< const MatcherDescriberInterface * > MatcherDescriberVec
 

Protected Member Functions

void DescribeToImpl (::std::ostream *os) const
 
void DescribeNegationToImpl (::std::ostream *os) const
 
bool VerifyAllElementsAndMatchersAreMatched (const ::std::vector< string > &element_printouts, const MatchMatrix &matrix, MatchResultListener *listener) const
 
MatcherDescriberVecmatcher_describers ()
 

Static Protected Member Functions

static Message Elements (size_t n)
 

Detailed Description

Definition at line 3311 of file gmock-matchers.h.

Member Typedef Documentation

◆ MatcherDescriberVec

Member Function Documentation

◆ DescribeNegationToImpl()

void testing::internal::UnorderedElementsAreMatcherImplBase::DescribeNegationToImpl ( ::std::ostream *  os) const
protected
Here is the caller graph for this function:

◆ DescribeToImpl()

void testing::internal::UnorderedElementsAreMatcherImplBase::DescribeToImpl ( ::std::ostream *  os) const
protected
Here is the caller graph for this function:

◆ Elements()

static Message testing::internal::UnorderedElementsAreMatcherImplBase::Elements ( size_t  n)
inlinestaticprotected

Definition at line 3333 of file gmock-matchers.h.

3333  {
3334  return Message() << n << " element" << (n == 1 ? "" : "s");
3335  }
Here is the caller graph for this function:

◆ matcher_describers()

MatcherDescriberVec& testing::internal::UnorderedElementsAreMatcherImplBase::matcher_describers ( )
inlineprotected

Definition at line 3329 of file gmock-matchers.h.

3329  {
3330  return matcher_describers_;
3331  }
Here is the caller graph for this function:

◆ VerifyAllElementsAndMatchersAreMatched()

bool testing::internal::UnorderedElementsAreMatcherImplBase::VerifyAllElementsAndMatchersAreMatched ( const ::std::vector< string > &  element_printouts,
const MatchMatrix matrix,
MatchResultListener listener 
) const
protected
Here is the caller graph for this function:

The documentation for this class was generated from the following file: