#include <gtest.h>
|
const char * | pattern () const |
|
| RE (const RE &other) |
|
| RE (const ::std::string ®ex) |
|
| RE (const char *regex) |
|
| ~RE () |
|
Definition at line 2033 of file gtest.h.
testing::internal::RE::RE |
( |
const RE & |
other | ) |
|
|
inline |
testing::internal::RE::RE |
( |
const ::std::string & |
regex | ) |
|
|
inline |
testing::internal::RE::RE |
( |
const char * |
regex | ) |
|
|
inline |
testing::internal::RE::~RE |
( |
| ) |
|
static bool testing::internal::RE::FullMatch |
( |
const ::std::string & |
str, |
|
|
const RE & |
re |
|
) |
| |
|
inlinestatic |
static bool testing::internal::RE::FullMatch |
( |
const char * |
str, |
|
|
const RE & |
re |
|
) |
| |
|
static |
testing::internal::RE::GTEST_DISALLOW_ASSIGN_ |
( |
RE |
| ) |
|
|
private |
void testing::internal::RE::Init |
( |
const char * |
regex | ) |
|
|
private |
static bool testing::internal::RE::PartialMatch |
( |
const ::std::string & |
str, |
|
|
const RE & |
re |
|
) |
| |
|
inlinestatic |
static bool testing::internal::RE::PartialMatch |
( |
const char * |
str, |
|
|
const RE & |
re |
|
) |
| |
|
static |
const char* testing::internal::RE::pattern |
( |
| ) |
const |
|
inline |
regex_t testing::internal::RE::full_regex_ |
|
private |
bool testing::internal::RE::is_valid_ |
|
private |
regex_t testing::internal::RE::partial_regex_ |
|
private |
const char* testing::internal::RE::pattern_ |
|
private |
The documentation for this class was generated from the following file: