![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
Inheritance diagram for testing::Matcher< T >:
Collaboration diagram for testing::Matcher< T >:Public Member Functions | |
| Matcher () | |
| Matcher (const MatcherInterface< T > *impl) | |
| Matcher (T value) | |
Public Member Functions inherited from testing::internal::MatcherBase< T > | |
| bool | MatchAndExplain (T x, MatchResultListener *listener) const |
| bool | Matches (T x) const |
| void | DescribeTo (::std::ostream *os) const |
| void | DescribeNegationTo (::std::ostream *os) const |
| void | ExplainMatchResultTo (T x,::std::ostream *os) const |
| const MatcherDescriberInterface * | GetDescriber () const |
Additional Inherited Members | |
Protected Member Functions inherited from testing::internal::MatcherBase< T > | |
| MatcherBase () | |
| MatcherBase (const MatcherInterface< T > *impl) | |
| virtual | ~MatcherBase () |
Definition at line 319 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 319 of file gmock-matchers.h
|
inlineexplicit |
Definition at line 324 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 324 of file gmock-matchers.h
|
inlineexplicit |
Definition at line 327 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 327 of file gmock-matchers.h
| testing::Matcher< T >::Matcher | ( | T | value | ) |
Definition at line 3747 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3747 of file gmock-matchers.h
References testing::Eq().
Here is the call graph for this function: