![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googletest/include/gtest/internal/gtest-port.h>
Public Member Functions | |
| RE (const RE &other) | |
| RE (const ::std::string ®ex) | |
| RE (const char *regex) | |
| ~RE () | |
| const char * | pattern () const |
Static Public Member Functions | |
| static bool | FullMatch (const ::std::string &str, const RE &re) |
| static bool | PartialMatch (const ::std::string &str, const RE &re) |
| static bool | FullMatch (const char *str, const RE &re) |
| static bool | PartialMatch (const char *str, const RE &re) |
Private Member Functions | |
| void | Init (const char *regex) |
| GTEST_DISALLOW_ASSIGN_ (RE) | |
Private Attributes | |
| const char * | pattern_ |
| bool | is_valid_ |
| regex_t | full_regex_ |
| regex_t | partial_regex_ |
Definition at line 1166 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1166 of file gtest-port.h
|
inline |
Definition at line 1170 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1170 of file gtest-port.h
References Init(), and pattern().
Here is the call graph for this function:
|
inline |
Definition at line 1173 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1173 of file gtest-port.h
References Init().
Here is the call graph for this function:
|
inline |
Definition at line 1181 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1181 of file gtest-port.h
References Init().
Here is the call graph for this function:| testing::internal::RE::~RE | ( | ) |
|
inlinestatic |
Definition at line 1194 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1194 of file gtest-port.h
Referenced by testing::internal::MatchesRegexMatcher::MatchAndExplain().
Here is the caller graph for this function:
|
static |
|
private |
|
private |
|
inlinestatic |
Definition at line 1197 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1197 of file gtest-port.h
Referenced by testing::internal::MatchesRegexMatcher::MatchAndExplain().
Here is the caller graph for this function:
|
static |
|
inline |
Definition at line 1185 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1185 of file gtest-port.h
Referenced by testing::internal::MatchesRegexMatcher::DescribeNegationTo(), testing::internal::MatchesRegexMatcher::DescribeTo(), and RE().
Here is the caller graph for this function:
|
private |
Definition at line 1226 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1226 of file gtest-port.h
|
private |
Definition at line 1222 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1222 of file gtest-port.h
|
private |
Definition at line 1227 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1227 of file gtest-port.h
|
private |
Definition at line 1221 of file gtest-port.h.
View newest version in sPHENIX GitHub at line 1221 of file gtest-port.h