Public Member Functions | |
Frame (Regexp **sub, int nsub) | |
Frame (Regexp **sub, int nsub) | |
Public Attributes | |
int | nsub |
int | round |
int | spliceidx |
std::vector< Splice > | splices |
Regexp ** | sub |
Definition at line 893 of file bloaty/third_party/re2/re2/parse.cc.
Definition at line 894 of file bloaty/third_party/re2/re2/parse.cc.
Definition at line 897 of file re2/re2/parse.cc.
int re2::Frame::nsub |
Definition at line 900 of file bloaty/third_party/re2/re2/parse.cc.
int re2::Frame::round |
Definition at line 901 of file bloaty/third_party/re2/re2/parse.cc.
int re2::Frame::spliceidx |
Definition at line 903 of file bloaty/third_party/re2/re2/parse.cc.
std::vector< Splice > re2::Frame::splices |
Definition at line 902 of file bloaty/third_party/re2/re2/parse.cc.
Regexp ** re2::Frame::sub |
Definition at line 899 of file bloaty/third_party/re2/re2/parse.cc.