Home | History | Annotate | Download | only in re2

Lines Matching refs:Options

135   static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
1092 Prog* Compiler::CompileSet(const RE2::Options& options, RE2::Anchor anchor,
1096 Regexp::ParseFlags pf = static_cast<Regexp::ParseFlags>(options.ParseFlags());
1097 c.Setup(pf, options.max_mem(), anchor);
1134 Options& options, RE2::Anchor anchor,
1136 return Compiler::CompileSet(options, anchor, re);