Searched defs:ParseFlags (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dre2.cc149 int RE2::Options::ParseFlags() const { function in class:re2::RE2::Options
208 static_cast<Regexp::ParseFlags>(options_.ParseFlags()),
H A Dregexp.h271 enum ParseFlags { enum in class:re2::Regexp
316 enum ParseFlags parse_flags() { return static_cast<ParseFlags>(parse_flags_); }
345 static Regexp* Parse(const StringPiece& s, ParseFlags flags,
361 static bool SimplifyRegexp(const StringPiece& src, ParseFlags flags,
386 static Regexp* Plus(Regexp* sub, ParseFlags flags);
387 static Regexp* Star(Regexp* sub, ParseFlags flags);
388 static Regexp* Quest(Regexp* sub, ParseFlags flags);
389 static Regexp* Concat(Regexp** subs, int nsubs, ParseFlags flags);
390 static Regexp* Alternate(Regexp** subs, int nsubs, ParseFlags flag
[all...]
/external/regex-re2/re2/
H A Dre2.cc131 int RE2::Options::ParseFlags() const { function in class:re2::RE2::Options
190 static_cast<Regexp::ParseFlags>(options_.ParseFlags()),
H A Dregexp.h271 enum ParseFlags { enum in class:re2::Regexp
316 enum ParseFlags parse_flags() { return static_cast<ParseFlags>(parse_flags_); }
345 static Regexp* Parse(const StringPiece& s, ParseFlags flags,
361 static bool SimplifyRegexp(const StringPiece& src, ParseFlags flags,
386 static Regexp* Plus(Regexp* sub, ParseFlags flags);
387 static Regexp* Star(Regexp* sub, ParseFlags flags);
388 static Regexp* Quest(Regexp* sub, ParseFlags flags);
389 static Regexp* Concat(Regexp** subs, int nsubs, ParseFlags flags);
390 static Regexp* Alternate(Regexp** subs, int nsubs, ParseFlags flag
[all...]

Completed in 167 milliseconds