Home
last modified time | relevance | path

Searched refs:CompileSet (Results 1 – 3 of 3) sorted by relevance

/external/regex-re2/re2/
Dset.cc90 prog_ = Prog::CompileSet(options_, anchor_, re); in Compile()
Dcompile.cc135 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
1092 Prog* Compiler::CompileSet(const RE2::Options& options, RE2::Anchor anchor, in CompileSet() function in re2::Compiler
1134 Prog* Prog::CompileSet(const RE2::Options& options, RE2::Anchor anchor, in CompileSet() function in re2::Prog
1136 return Compiler::CompileSet(options, anchor, re); in CompileSet()
Dprog.h334 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,