Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::UnorderedElementsAreMatcherImplBase Class Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>

+ Inheritance diagram for testing::internal::UnorderedElementsAreMatcherImplBase:
+ Collaboration 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)
 

Private Member Functions

 GTEST_DISALLOW_ASSIGN_ (UnorderedElementsAreMatcherImplBase)
 

Private Attributes

MatcherDescriberVec matcher_describers_
 

Detailed Description

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

View newest version in sPHENIX GitHub at line 3311 of file gmock-matchers.h

Member Typedef Documentation

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

View newest version in sPHENIX GitHub at line 3316 of file gmock-matchers.h

Member Function Documentation

void testing::internal::UnorderedElementsAreMatcherImplBase::DescribeNegationToImpl ( ::std::ostream *  os) const
protected

Definition at line 416 of file gmock-matchers.cc.

View newest version in sPHENIX GitHub at line 416 of file gmock-matchers.cc

References Elements(), i, and matcher_describers_.

Referenced by testing::internal::UnorderedElementsAreMatcherImpl< Container >::DescribeNegationTo().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void testing::internal::UnorderedElementsAreMatcherImplBase::DescribeToImpl ( ::std::ostream *  os) const
protected

Definition at line 395 of file gmock-matchers.cc.

View newest version in sPHENIX GitHub at line 395 of file gmock-matchers.cc

References Elements(), i, and matcher_describers_.

Referenced by testing::internal::UnorderedElementsAreMatcherImpl< Container >::DescribeTo().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

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

View newest version in sPHENIX GitHub at line 3333 of file gmock-matchers.h

Referenced by DescribeNegationToImpl(), DescribeToImpl(), and testing::internal::UnorderedElementsAreMatcherImpl< Container >::MatchAndExplain().

+ Here is the caller graph for this function:

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

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

View newest version in sPHENIX GitHub at line 3329 of file gmock-matchers.h

Referenced by testing::internal::UnorderedElementsAreMatcherImpl< Container >::UnorderedElementsAreMatcherImpl().

+ Here is the caller graph for this function:

bool testing::internal::UnorderedElementsAreMatcherImplBase::VerifyAllElementsAndMatchersAreMatched ( const ::std::vector< string > &  element_printouts,
const MatchMatrix matrix,
MatchResultListener listener 
) const
protected

Definition at line 444 of file gmock-matchers.cc.

View newest version in sPHENIX GitHub at line 444 of file gmock-matchers.cc

References ei(), testing::internal::MatchMatrix::HasEdge(), testing::MatchResultListener::IsInterested(), testing::internal::MatchMatrix::LhsSize(), matcher_describers_, testing::internal::MatchMatrix::RhsSize(), and testing::MatchResultListener::stream().

Referenced by testing::internal::UnorderedElementsAreMatcherImpl< Container >::MatchAndExplain().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

MatcherDescriberVec testing::internal::UnorderedElementsAreMatcherImplBase::matcher_describers_
private

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

View newest version in sPHENIX GitHub at line 3338 of file gmock-matchers.h

Referenced by DescribeNegationToImpl(), DescribeToImpl(), and VerifyAllElementsAndMatchersAreMatched().


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