CompileSet        136 third_party/re2/re2/compile.cc   static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
CompileSet       1137 third_party/re2/re2/compile.cc   return Compiler::CompileSet(options, anchor, re);
CompileSet        334 third_party/re2/re2/prog.h   static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
CompileSet         90 third_party/re2/re2/set.cc   prog_ = Prog::CompileSet(options_, anchor_, re);