Searched refs:CompileSet (Results 1 – 3 of 3) sorted by relevance
/external/regex-re2/re2/ |
D | set.cc | 90 prog_ = Prog::CompileSet(options_, anchor_, re); in Compile()
|
D | compile.cc | 135 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()
|
D | prog.h | 334 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
|