Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
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 |
MatcherDescriberVec & | matcher_describers () |
Static Protected Member Functions | |
static Message | Elements (size_t n) |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (UnorderedElementsAreMatcherImplBase) | |
Private Attributes | |
MatcherDescriberVec | matcher_describers_ |
Definition at line 3311 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3311 of file gmock-matchers.h
|
protected |
Definition at line 3316 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3316 of file gmock-matchers.h
|
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().
|
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().
|
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().
|
private |
|
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().
|
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().
|
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().