Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
Public Member Functions | |
FieldMatcher (FieldType Class::*field, const Matcher< const FieldType & > &matcher) | |
void | DescribeTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
template<typename T > | |
bool | MatchAndExplain (const T &value, MatchResultListener *listener) const |
Private Member Functions | |
bool | MatchAndExplainImpl (false_type, const Class &obj, MatchResultListener *listener) const |
bool | MatchAndExplainImpl (true_type, const Class *p, MatchResultListener *listener) const |
GTEST_DISALLOW_ASSIGN_ (FieldMatcher) | |
Private Attributes | |
const FieldType Class::* | field_ |
const Matcher< const FieldType & > | matcher_ |
Definition at line 2181 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2181 of file gmock-matchers.h
|
inline |
Definition at line 2183 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2183 of file gmock-matchers.h
|
inline |
Definition at line 2192 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2192 of file gmock-matchers.h
References testing::internal::MatcherBase< T >::DescribeNegationTo(), and testing::internal::FieldMatcher< Class, FieldType >::matcher_.
|
inline |
Definition at line 2187 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2187 of file gmock-matchers.h
References testing::internal::MatcherBase< T >::DescribeTo(), and testing::internal::FieldMatcher< Class, FieldType >::matcher_.
|
private |
|
inline |
Definition at line 2198 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2198 of file gmock-matchers.h
References GTEST_REMOVE_CONST_, testing::internal::FieldMatcher< Class, FieldType >::MatchAndExplainImpl(), Acts::UnitConstants::T, and parse_cmake_options::type.
|
inlineprivate |
Definition at line 2209 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2209 of file gmock-matchers.h
References testing::internal::FieldMatcher< Class, FieldType >::field_, testing::internal::FieldMatcher< Class, FieldType >::matcher_, and testing::internal::MatchPrintAndExplain().
Referenced by testing::internal::FieldMatcher< Class, FieldType >::MatchAndExplain(), and testing::internal::FieldMatcher< Class, FieldType >::MatchAndExplainImpl().
|
inlineprivate |
Definition at line 2215 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2215 of file gmock-matchers.h
References testing::internal::FieldMatcher< Class, FieldType >::MatchAndExplainImpl().
|
private |
Definition at line 2227 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2227 of file gmock-matchers.h
Referenced by testing::internal::FieldMatcher< Class, FieldType >::MatchAndExplainImpl().
|
private |
Definition at line 2228 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2228 of file gmock-matchers.h
Referenced by testing::internal::FieldMatcher< Class, FieldType >::DescribeNegationTo(), testing::internal::FieldMatcher< Class, FieldType >::DescribeTo(), and testing::internal::FieldMatcher< Class, FieldType >::MatchAndExplainImpl().