#include <ts_gtest.h>
Public Member Functions | |
| RE (const RE &other) | |
| RE (const ::std::string ®ex) | |
| RE (const ::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 ::string &str, const RE &re) |
| static bool | PartialMatch (const ::string &str, const RE &re) |
| static bool | FullMatch (const char *str, const RE &re) |
| static bool | PartialMatch (const char *str, const RE &re) |
| testing::internal::RE::RE | ( | const RE & | other | ) |
| testing::internal::RE::RE | ( | const ::std::string & | regex | ) |
| testing::internal::RE::RE | ( | const ::string & | regex | ) |
| testing::internal::RE::RE | ( | const char * | regex | ) |
| const char* testing::internal::RE::pattern | ( | ) | const |
| static bool testing::internal::RE::FullMatch | ( | const ::std::string & | str, |
| const RE & | re | ||
| ) | [static] |
| static bool testing::internal::RE::PartialMatch | ( | const ::std::string & | str, |
| const RE & | re | ||
| ) | [static] |
| static bool testing::internal::RE::FullMatch | ( | const ::string & | str, |
| const RE & | re | ||
| ) | [static] |
| static bool testing::internal::RE::PartialMatch | ( | const ::string & | str, |
| const RE & | re | ||
| ) | [static] |
| static bool testing::internal::RE::FullMatch | ( | const char * | str, |
| const RE & | re | ||
| ) | [static] |
| static bool testing::internal::RE::PartialMatch | ( | const char * | str, |
| const RE & | re | ||
| ) | [static] |