![]() |
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::EachMatcherImpl< Container >:
Collaboration diagram for testing::internal::EachMatcherImpl< Container >:Public Member Functions | |
| template<typename InnerMatcher > | |
| EachMatcherImpl (InnerMatcher inner_matcher) | |
| 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::internal::QuantifierMatcherImpl< Container > | |
| typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer |
| template<typename InnerMatcher > | |
| QuantifierMatcherImpl (InnerMatcher inner_matcher) | |
| bool | MatchAndExplainImpl (bool all_elements_should_match, Container container, MatchResultListener *listener) const |
Private Member Functions | |
| GTEST_DISALLOW_ASSIGN_ (EachMatcherImpl) | |
Additional Inherited Members | |
Public Types inherited from testing::internal::QuantifierMatcherImpl< Container > | |
| typedef StlContainerView < RawContainer > | View |
| typedef View::type | StlContainer |
| typedef View::const_reference | StlContainerReference |
| typedef StlContainer::value_type | Element |
Protected Member Functions inherited from testing::internal::QuantifierMatcherImpl< Container > | |
| GTEST_DISALLOW_ASSIGN_ (QuantifierMatcherImpl) | |
Protected Attributes inherited from testing::internal::QuantifierMatcherImpl< Container > | |
| const Matcher< const Element & > | inner_matcher_ |
Definition at line 2874 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2874 of file gmock-matchers.h
|
inlineexplicit |
Definition at line 2877 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2877 of file gmock-matchers.h
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 2886 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2886 of file gmock-matchers.h
References testing::internal::MatcherBase< T >::DescribeNegationTo(), and testing::internal::QuantifierMatcherImpl< Container >::inner_matcher_.
Here is the call graph for this function:
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 2881 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2881 of file gmock-matchers.h
References testing::internal::MatcherBase< T >::DescribeTo(), and testing::internal::QuantifierMatcherImpl< Container >::inner_matcher_.
Here is the call graph for this function:
|
private |
|
inlinevirtual |
Implements testing::MatcherInterface< Container >.
Definition at line 2891 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2891 of file gmock-matchers.h
References testing::internal::QuantifierMatcherImpl< Container >::MatchAndExplainImpl().
Here is the call graph for this function: