#include <regexp.h>
Public Member Functions | |
RegexpStatusCode | code () const |
RegexpStatusCode | code () const |
void | Copy (const RegexpStatus &status) |
void | Copy (const RegexpStatus &status) |
const StringPiece & | error_arg () const |
const StringPiece & | error_arg () const |
bool | ok () const |
bool | ok () const |
RegexpStatus () | |
RegexpStatus () | |
void | set_code (RegexpStatusCode code) |
void | set_code (RegexpStatusCode code) |
void | set_error_arg (const StringPiece &error_arg) |
void | set_error_arg (const StringPiece &error_arg) |
void | set_tmp (std::string *tmp) |
void | set_tmp (std::string *tmp) |
std::string | Text () const |
std::string | Text () const |
~RegexpStatus () | |
~RegexpStatus () | |
Static Public Member Functions | |
static std::string | CodeText (RegexpStatusCode code) |
static std::string | CodeText (RegexpStatusCode code) |
Private Member Functions | |
RegexpStatus & | operator= (const RegexpStatus &)=delete |
RegexpStatus & | operator= (const RegexpStatus &)=delete |
RegexpStatus (const RegexpStatus &)=delete | |
RegexpStatus (const RegexpStatus &)=delete | |
Private Attributes | |
RegexpStatusCode | code_ |
StringPiece | error_arg_ |
std::string * | tmp_ |
Definition at line 190 of file bloaty/third_party/re2/re2/regexp.h.
|
inline |
Definition at line 192 of file bloaty/third_party/re2/re2/regexp.h.
|
inline |
Definition at line 193 of file bloaty/third_party/re2/re2/regexp.h.
|
privatedelete |
|
inline |
Definition at line 194 of file re2/re2/regexp.h.
|
inline |
Definition at line 195 of file re2/re2/regexp.h.
|
privatedelete |
|
inline |
Definition at line 198 of file bloaty/third_party/re2/re2/regexp.h.
|
inline |
Definition at line 200 of file re2/re2/regexp.h.
|
static |
Definition at line 513 of file bloaty/third_party/re2/re2/regexp.cc.
|
static |
void re2::RegexpStatus::Copy | ( | const RegexpStatus & | status | ) |
Definition at line 529 of file bloaty/third_party/re2/re2/regexp.cc.
void re2::RegexpStatus::Copy | ( | const RegexpStatus & | status | ) |
|
inline |
Definition at line 199 of file bloaty/third_party/re2/re2/regexp.h.
|
inline |
Definition at line 201 of file re2/re2/regexp.h.
|
inline |
Definition at line 200 of file bloaty/third_party/re2/re2/regexp.h.
|
inline |
Definition at line 202 of file re2/re2/regexp.h.
|
privatedelete |
|
privatedelete |
|
inline |
Definition at line 195 of file bloaty/third_party/re2/re2/regexp.h.
|
inline |
Definition at line 197 of file re2/re2/regexp.h.
|
inline |
Definition at line 196 of file bloaty/third_party/re2/re2/regexp.h.
|
inline |
Definition at line 198 of file re2/re2/regexp.h.
|
inline |
Definition at line 197 of file bloaty/third_party/re2/re2/regexp.h.
|
inline |
Definition at line 199 of file re2/re2/regexp.h.
std::string re2::RegexpStatus::Text | ( | ) | const |
Definition at line 519 of file bloaty/third_party/re2/re2/regexp.cc.
std::string re2::RegexpStatus::Text | ( | ) | const |
|
private |
Definition at line 214 of file bloaty/third_party/re2/re2/regexp.h.
|
private |
Definition at line 215 of file bloaty/third_party/re2/re2/regexp.h.
|
private |
Definition at line 216 of file bloaty/third_party/re2/re2/regexp.h.