HomeSort by relevance Sort by last modified time
    Searched defs:ParseFlags (Results 1 - 2 of 2) sorted by null

  /external/regex-re2/re2/
re2.cc 110 int RE2::Options::ParseFlags() const {
164 static_cast<Regexp::ParseFlags>(options_.ParseFlags()),
    [all...]
regexp.h 271 enum ParseFlags {
315 enum ParseFlags parse_flags() { return static_cast<ParseFlags>(parse_flags_); }
344 static Regexp* Parse(const StringPiece& s, ParseFlags flags,
360 static bool SimplifyRegexp(const StringPiece& src, ParseFlags flags,
385 static Regexp* Plus(Regexp* sub, ParseFlags flags);
386 static Regexp* Star(Regexp* sub, ParseFlags flags);
387 static Regexp* Quest(Regexp* sub, ParseFlags flags);
388 static Regexp* Concat(Regexp** subs, int nsubs, ParseFlags flags);
389 static Regexp* Alternate(Regexp** subs, int nsubs, ParseFlags flags)
    [all...]

Completed in 301 milliseconds