Public Member Functions | |
Splice (Regexp *prefix, Regexp **sub, int nsub) | |
Splice (Regexp *prefix, Regexp **sub, int nsub) | |
Public Attributes | |
int | nsub |
int | nsuffix |
Regexp * | prefix |
Regexp ** | sub |
Definition at line 876 of file bloaty/third_party/re2/re2/parse.cc.
Definition at line 877 of file bloaty/third_party/re2/re2/parse.cc.
Definition at line 880 of file re2/re2/parse.cc.
int re2::Splice::nsub |
Definition at line 885 of file bloaty/third_party/re2/re2/parse.cc.
int re2::Splice::nsuffix |
Definition at line 886 of file bloaty/third_party/re2/re2/parse.cc.
Regexp * re2::Splice::prefix |
Definition at line 883 of file bloaty/third_party/re2/re2/parse.cc.
Regexp ** re2::Splice::sub |
Definition at line 884 of file bloaty/third_party/re2/re2/parse.cc.