Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
Public Types | |
typedef internal::StlContainerView < RawContainer > | View |
typedef View::type | StlContainer |
typedef View::const_reference | StlContainerReference |
typedef StlContainer::value_type | Element |
Public Member Functions | |
typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (Container) RawContainer |
template<typename InputIter > | |
ElementsAreMatcherImpl (InputIter first, InputIter last) | |
virtual void | DescribeTo (::std::ostream *os) const |
virtual void | DescribeNegationTo (::std::ostream *os) const |
virtual bool | MatchAndExplain (Container container, MatchResultListener *listener) const |
Private Member Functions | |
size_t | count () const |
GTEST_DISALLOW_ASSIGN_ (ElementsAreMatcherImpl) | |
Static Private Member Functions | |
static Message | Elements (size_t count) |
Private Attributes | |
::std::vector< Matcher< const Element & > > | matchers_ |
Definition at line 3108 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3108 of file gmock-matchers.h
typedef StlContainer::value_type testing::internal::ElementsAreMatcherImpl< Container >::Element |
Definition at line 3114 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3114 of file gmock-matchers.h
typedef View::type testing::internal::ElementsAreMatcherImpl< Container >::StlContainer |
Definition at line 3112 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3112 of file gmock-matchers.h
typedef View::const_reference testing::internal::ElementsAreMatcherImpl< Container >::StlContainerReference |
Definition at line 3113 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3113 of file gmock-matchers.h
typedef internal::StlContainerView<RawContainer> testing::internal::ElementsAreMatcherImpl< Container >::View |
Definition at line 3111 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3111 of file gmock-matchers.h
|
inline |
Definition at line 3119 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3119 of file gmock-matchers.h
References testing::internal::ElementsAreMatcherImpl< Container >::matchers_.
|
inlineprivate |
Definition at line 3246 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3246 of file gmock-matchers.h
References testing::internal::ElementsAreMatcherImpl< Container >::matchers_.
Referenced by testing::internal::ElementsAreMatcherImpl< Container >::DescribeNegationTo(), testing::internal::ElementsAreMatcherImpl< Container >::DescribeTo(), and testing::internal::ElementsAreMatcherImpl< Container >::MatchAndExplain().
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 3145 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3145 of file gmock-matchers.h
References testing::internal::ElementsAreMatcherImpl< Container >::count(), testing::internal::ElementsAreMatcherImpl< Container >::Elements(), i, and testing::internal::ElementsAreMatcherImpl< Container >::matchers_.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 3126 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3126 of file gmock-matchers.h
References testing::internal::ElementsAreMatcherImpl< Container >::count(), testing::internal::ElementsAreMatcherImpl< Container >::Elements(), i, and testing::internal::ElementsAreMatcherImpl< Container >::matchers_.
|
inlinestaticprivate |
Definition at line 3242 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3242 of file gmock-matchers.h
Referenced by testing::internal::ElementsAreMatcherImpl< Container >::DescribeNegationTo(), testing::internal::ElementsAreMatcherImpl< Container >::DescribeTo(), and testing::internal::ElementsAreMatcherImpl< Container >::MatchAndExplain().
|
private |
typedef testing::internal::ElementsAreMatcherImpl< Container >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | Container | ) |
|
inlinevirtual |
Implements testing::MatcherInterface< Container >.
Definition at line 3161 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3161 of file gmock-matchers.h
References testing::internal::StlContainerView< RawContainer >::ConstReference(), testing::internal::ElementsAreMatcherImpl< Container >::count(), testing::internal::ElementsAreMatcherImpl< Container >::Elements(), i, testing::MatchResultListener::IsInterested(), it, testing::internal::ElementsAreMatcherImpl< Container >::matchers_, testing::internal::PrintIfNotEmpty(), physmon_simulation::s, testing::StringMatchResultListener::str(), and testing::MatchResultListener::stream().
|
private |
Definition at line 3248 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3248 of file gmock-matchers.h
Referenced by testing::internal::ElementsAreMatcherImpl< Container >::count(), testing::internal::ElementsAreMatcherImpl< Container >::DescribeNegationTo(), testing::internal::ElementsAreMatcherImpl< Container >::DescribeTo(), testing::internal::ElementsAreMatcherImpl< Container >::ElementsAreMatcherImpl(), and testing::internal::ElementsAreMatcherImpl< Container >::MatchAndExplain().