Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
Public Member Functions | |
MatchesRegexMatcher (const RE *regex, bool full_match) | |
template<typename CharType > | |
bool | MatchAndExplain (CharType *s, MatchResultListener *listener) const |
template<class MatcheeStringType > | |
bool | MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const |
void | DescribeTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (MatchesRegexMatcher) | |
Private Attributes | |
const internal::linked_ptr < const RE > | regex_ |
const bool | full_match_ |
Definition at line 1326 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1326 of file gmock-matchers.h
|
inline |
Definition at line 1328 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1328 of file gmock-matchers.h
|
inline |
Definition at line 1359 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1359 of file gmock-matchers.h
References full_match_, os, testing::internal::RE::pattern(), testing::internal::UniversalPrinter< T >::Print(), and regex_.
|
inline |
Definition at line 1353 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1353 of file gmock-matchers.h
References full_match_, os, testing::internal::RE::pattern(), testing::internal::UniversalPrinter< T >::Print(), and regex_.
|
private |
|
inline |
Definition at line 1337 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1337 of file gmock-matchers.h
|
inline |
Definition at line 1346 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1346 of file gmock-matchers.h
References full_match_, testing::internal::RE::FullMatch(), testing::internal::RE::PartialMatch(), and regex_.
|
private |
Definition at line 1367 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1367 of file gmock-matchers.h
Referenced by DescribeNegationTo(), DescribeTo(), and MatchAndExplain().
|
private |
Definition at line 1366 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1366 of file gmock-matchers.h
Referenced by DescribeNegationTo(), DescribeTo(), and MatchAndExplain().