|
virtual Regexp * | Copy (Regexp *re) |
|
virtual Regexp * | Copy (Regexp *re) |
|
virtual Regexp * | PostVisit (Regexp *re, Regexp *parent_arg, Regexp *pre_arg, Regexp **child_args, int nchild_args) |
|
virtual Regexp * | PostVisit (Regexp *re, Regexp *parent_arg, Regexp *pre_arg, Regexp **child_args, int nchild_args) |
|
virtual Regexp * | PreVisit (Regexp *re, Regexp *parent_arg, bool *stop) |
|
virtual Regexp * | PreVisit (Regexp *re, Regexp *parent_arg, bool *stop) |
|
virtual Regexp * | ShortVisit (Regexp *re, Regexp *parent_arg) |
|
virtual Regexp * | ShortVisit (Regexp *re, Regexp *parent_arg) |
|
| SimplifyWalker () |
|
| SimplifyWalker () |
|
void | Reset () |
|
void | Reset () |
|
bool | stopped_early () |
|
bool | stopped_early () |
|
Regexp * | Walk (Regexp *re, Regexp * top_arg) |
|
Regexp * | Walk (Regexp *re, Regexp * top_arg) |
|
| Walker () |
|
| Walker () |
|
Regexp * | WalkExponential (Regexp *re, Regexp * top_arg, int max_visits) |
|
Regexp * | WalkExponential (Regexp *re, Regexp * top_arg, int max_visits) |
|
virtual | ~Walker () |
|
virtual | ~Walker () |
|
|
static Regexp * | Concat2 (Regexp *re1, Regexp *re2, Regexp::ParseFlags flags) |
|
static Regexp * | Concat2 (Regexp *re1, Regexp *re2, Regexp::ParseFlags flags) |
|
static Regexp * | SimplifyCharClass (Regexp *re) |
|
static Regexp * | SimplifyCharClass (Regexp *re) |
|
static Regexp * | SimplifyRepeat (Regexp *re, int min, int max, Regexp::ParseFlags parse_flags) |
|
static Regexp * | SimplifyRepeat (Regexp *re, int min, int max, Regexp::ParseFlags parse_flags) |
|
◆ SimplifyWalker() [1/4]
re2::SimplifyWalker::SimplifyWalker |
( |
| ) |
|
|
inline |
◆ SimplifyWalker() [2/4]
◆ SimplifyWalker() [3/4]
re2::SimplifyWalker::SimplifyWalker |
( |
| ) |
|
|
inline |
◆ SimplifyWalker() [4/4]
◆ Concat2() [1/2]
◆ Concat2() [2/2]
◆ Copy() [1/2]
◆ Copy() [2/2]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ PostVisit() [1/2]
◆ PostVisit() [2/2]
◆ PreVisit() [1/2]
◆ PreVisit() [2/2]
◆ ShortVisit() [1/2]
◆ ShortVisit() [2/2]
◆ SimplifyCharClass() [1/2]
static Regexp* re2::SimplifyWalker::SimplifyCharClass |
( |
Regexp * |
re | ) |
|
|
staticprivate |
◆ SimplifyCharClass() [2/2]
Regexp * re2::SimplifyWalker::SimplifyCharClass |
( |
Regexp * |
re | ) |
|
|
staticprivate |
◆ SimplifyRepeat() [1/2]
◆ SimplifyRepeat() [2/2]
The documentation for this class was generated from the following file: