Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
Public Member Functions | |
TrulyMatcher (Predicate pred) | |
template<typename T > | |
bool | MatchAndExplain (T &x, MatchResultListener *) const |
void | DescribeTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (TrulyMatcher) | |
Private Attributes | |
Predicate | predicate_ |
Definition at line 1757 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1757 of file gmock-matchers.h
|
inlineexplicit |
Definition at line 1759 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1759 of file gmock-matchers.h
|
inline |
Definition at line 1783 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1783 of file gmock-matchers.h
|
inline |
Definition at line 1779 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1779 of file gmock-matchers.h
|
private |
|
inline |
Definition at line 1766 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1766 of file gmock-matchers.h
References testing::internal::TrulyMatcher< Predicate >::predicate_.
|
private |
Definition at line 1788 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1788 of file gmock-matchers.h
Referenced by testing::internal::TrulyMatcher< Predicate >::MatchAndExplain().