![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#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 |
| 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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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:
|
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:
|
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().
Here is the caller graph for this function:
|
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:
|
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().