#include <set.h>
|
enum | ErrorKind {
kNoError = 0,
kNotCompiled,
kOutOfMemory,
kInconsistent,
kNoError = 0,
kNotCompiled,
kOutOfMemory,
kInconsistent
} |
|
enum | ErrorKind {
kNoError = 0,
kNotCompiled,
kOutOfMemory,
kInconsistent,
kNoError = 0,
kNotCompiled,
kOutOfMemory,
kInconsistent
} |
|
|
int | Add (const StringPiece &pattern, std::string *error) |
|
int | Add (const StringPiece &pattern, std::string *error) |
|
bool | Compile () |
|
bool | Compile () |
|
bool | Match (const StringPiece &text, std::vector< int > *v) const |
|
bool | Match (const StringPiece &text, std::vector< int > *v) const |
|
bool | Match (const StringPiece &text, std::vector< int > *v, ErrorInfo *error_info) const |
|
bool | Match (const StringPiece &text, std::vector< int > *v, ErrorInfo *error_info) const |
|
Set & | operator= (const Set &)=delete |
|
Set & | operator= (Set &&other) |
|
| Set (const RE2::Options &options, RE2::Anchor anchor) |
|
| Set (const RE2::Options &options, RE2::Anchor anchor) |
|
| Set (const Set &)=delete |
|
| Set (Set &&other) |
|
| ~Set () |
|
| ~Set () |
|
◆ Elem [1/2]
◆ Elem [2/2]
◆ ErrorKind [1/2]
Enumerator |
---|
kNoError | |
kNotCompiled | |
kOutOfMemory | |
kInconsistent | |
kNoError | |
kNotCompiled | |
kOutOfMemory | |
kInconsistent | |
Definition at line 25 of file bloaty/third_party/re2/re2/set.h.
◆ ErrorKind [2/2]
Enumerator |
---|
kNoError | |
kNotCompiled | |
kOutOfMemory | |
kInconsistent | |
kNoError | |
kNotCompiled | |
kOutOfMemory | |
kInconsistent | |
Definition at line 26 of file re2/re2/set.h.
◆ Set() [1/5]
◆ ~Set() [1/2]
◆ Set() [2/5]
◆ Set() [3/5]
◆ ~Set() [2/2]
◆ Set() [4/5]
◆ Set() [5/5]
re2::RE2::Set::Set |
( |
Set && |
other | ) |
|
◆ Add() [1/2]
◆ Add() [2/2]
◆ Compile() [1/2]
bool re2::RE2::Set::Compile |
( |
| ) |
|
◆ Compile() [2/2]
bool re2::RE2::Set::Compile |
( |
| ) |
|
◆ Match() [1/4]
◆ Match() [2/4]
◆ Match() [3/4]
◆ Match() [4/4]
◆ operator=() [1/3]
◆ operator=() [2/3]
◆ operator=() [3/3]
◆ anchor_
◆ compiled_
bool re2::RE2::Set::compiled_ |
|
private |
◆ elem_
std::vector< Elem > re2::RE2::Set::elem_ |
|
private |
◆ options_
◆ prog_ [1/2]
◆ prog_ [2/2]
std::unique_ptr<re2::Prog> re2::RE2::Set::prog_ |
|
private |
◆ size_
The documentation for this class was generated from the following files: