#include <gtest-port.h>
|
| RE (const RE &other) |
|
| RE (const ::std::string ®ex) |
|
| RE (const char *regex) |
|
| ~RE () |
|
const char * | pattern () const |
|
Definition at line 1226 of file gtest-port.h.
◆ RE() [1/3]
testing::internal::RE::RE |
( |
const RE & | other | ) |
|
|
inline |
◆ RE() [2/3]
testing::internal::RE::RE |
( |
const ::std::string & | regex | ) |
|
|
inline |
◆ RE() [3/3]
testing::internal::RE::RE |
( |
const char * | regex | ) |
|
|
inline |
◆ ~RE()
testing::internal::RE::~RE |
( |
| ) |
|
◆ FullMatch() [1/2]
static bool testing::internal::RE::FullMatch |
( |
const ::std::string & | str, |
|
|
const RE & | re ) |
|
inlinestatic |
Definition at line 1254 of file gtest-port.h.
1254 {
1256 }
static bool FullMatch(const ::std::string &str, const RE &re)
◆ FullMatch() [2/2]
static bool testing::internal::RE::FullMatch |
( |
const char * | str, |
|
|
const RE & | re ) |
|
static |
◆ PartialMatch() [1/2]
static bool testing::internal::RE::PartialMatch |
( |
const ::std::string & | str, |
|
|
const RE & | re ) |
|
inlinestatic |
Definition at line 1257 of file gtest-port.h.
1257 {
1259 }
static bool PartialMatch(const ::std::string &str, const RE &re)
◆ PartialMatch() [2/2]
static bool testing::internal::RE::PartialMatch |
( |
const char * | str, |
|
|
const RE & | re ) |
|
static |
◆ pattern()
const char * testing::internal::RE::pattern |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file:
- libraries/fc/include/fc/crypto/webauthn_json/thirdparty/gtest/googletest/include/gtest/internal/gtest-port.h