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 | KeyType |
Public Member Functions | |
typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (PairType) RawPairType |
template<typename InnerMatcher > | |
KeyMatcherImpl (InnerMatcher inner_matcher) | |
virtual bool | MatchAndExplain (PairType key_value, MatchResultListener *listener) const |
virtual void | DescribeTo (::std::ostream *os) const |
virtual void | DescribeNegationTo (::std::ostream *os) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (KeyMatcherImpl) | |
Private Attributes | |
const Matcher< const KeyType & > | inner_matcher_ |
Definition at line 2939 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2939 of file gmock-matchers.h
typedef RawPairType::first_type testing::internal::KeyMatcherImpl< PairType >::KeyType |
Definition at line 2942 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2942 of file gmock-matchers.h
|
inlineexplicit |
Definition at line 2945 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2945 of file gmock-matchers.h
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 2970 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2970 of file gmock-matchers.h
References testing::internal::MatcherBase< T >::DescribeTo(), and testing::internal::KeyMatcherImpl< PairType >::inner_matcher_.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 2964 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2964 of file gmock-matchers.h
References testing::internal::MatcherBase< T >::DescribeTo(), and testing::internal::KeyMatcherImpl< PairType >::inner_matcher_.
|
private |
typedef testing::internal::KeyMatcherImpl< PairType >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | PairType | ) |
|
inlinevirtual |
Implements testing::MatcherInterface< PairType >.
Definition at line 2951 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2951 of file gmock-matchers.h
References testing::internal::KeyMatcherImpl< PairType >::inner_matcher_, testing::internal::MatcherBase< T >::MatchAndExplain(), and testing::StringMatchResultListener::str().
|
private |
Definition at line 2976 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2976 of file gmock-matchers.h
Referenced by testing::internal::KeyMatcherImpl< PairType >::DescribeNegationTo(), testing::internal::KeyMatcherImpl< PairType >::DescribeTo(), and testing::internal::KeyMatcherImpl< PairType >::MatchAndExplain().