Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
Public Types | |
typedef RawPairType::first_type | FirstType |
typedef RawPairType::second_type | SecondType |
Public Member Functions | |
typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (PairType) RawPairType |
template<typename FirstMatcher , typename SecondMatcher > | |
PairMatcherImpl (FirstMatcher first_matcher, SecondMatcher second_matcher) | |
virtual void | DescribeTo (::std::ostream *os) const |
virtual void | DescribeNegationTo (::std::ostream *os) const |
virtual bool | MatchAndExplain (PairType a_pair, MatchResultListener *listener) const |
Private Member Functions | |
void | ExplainSuccess (const internal::string &first_explanation, const internal::string &second_explanation, MatchResultListener *listener) const |
GTEST_DISALLOW_ASSIGN_ (PairMatcherImpl) | |
Private Attributes | |
const Matcher< const FirstType & > | first_matcher_ |
const Matcher< const SecondType & > | second_matcher_ |
Definition at line 3001 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3001 of file gmock-matchers.h
typedef RawPairType::first_type testing::internal::PairMatcherImpl< PairType >::FirstType |
Definition at line 3004 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3004 of file gmock-matchers.h
typedef RawPairType::second_type testing::internal::PairMatcherImpl< PairType >::SecondType |
Definition at line 3005 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3005 of file gmock-matchers.h
|
inline |
Definition at line 3008 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3008 of file gmock-matchers.h
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 3024 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3024 of file gmock-matchers.h
References testing::internal::MatcherBase< T >::DescribeNegationTo(), testing::internal::PairMatcherImpl< PairType >::first_matcher_, and testing::internal::PairMatcherImpl< PairType >::second_matcher_.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 3016 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3016 of file gmock-matchers.h
References testing::internal::MatcherBase< T >::DescribeTo(), testing::internal::PairMatcherImpl< PairType >::first_matcher_, and testing::internal::PairMatcherImpl< PairType >::second_matcher_.
|
inlineprivate |
Definition at line 3061 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3061 of file gmock-matchers.h
Referenced by testing::internal::PairMatcherImpl< PairType >::MatchAndExplain().
|
private |
typedef testing::internal::PairMatcherImpl< PairType >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | PairType | ) |
|
inlinevirtual |
Implements testing::MatcherInterface< PairType >.
Definition at line 3033 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3033 of file gmock-matchers.h
References testing::internal::PairMatcherImpl< PairType >::ExplainSuccess(), testing::internal::PairMatcherImpl< PairType >::first_matcher_, testing::MatchResultListener::IsInterested(), testing::internal::MatcherBase< T >::MatchAndExplain(), testing::internal::MatcherBase< T >::Matches(), testing::internal::PrintIfNotEmpty(), testing::internal::PairMatcherImpl< PairType >::second_matcher_, testing::StringMatchResultListener::str(), and testing::MatchResultListener::stream().
|
private |
Definition at line 3079 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3079 of file gmock-matchers.h
Referenced by testing::internal::PairMatcherImpl< PairType >::DescribeNegationTo(), testing::internal::PairMatcherImpl< PairType >::DescribeTo(), and testing::internal::PairMatcherImpl< PairType >::MatchAndExplain().
|
private |
Definition at line 3080 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3080 of file gmock-matchers.h
Referenced by testing::internal::PairMatcherImpl< PairType >::DescribeNegationTo(), testing::internal::PairMatcherImpl< PairType >::DescribeTo(), and testing::internal::PairMatcherImpl< PairType >::MatchAndExplain().