Searched defs:CompileSet (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dcompile.cc136 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
1093 Prog* Compiler::CompileSet(const RE2::Options& options, RE2::Anchor anchor, function in class:re2::Compiler
1135 Prog* Prog::CompileSet(const RE2::Options& options, RE2::Anchor anchor, function in class:re2::Prog
1137 return Compiler::CompileSet(options, anchor, re);
/external/regex-re2/re2/
H A Dcompile.cc135 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
1092 Prog* Compiler::CompileSet(const RE2::Options& options, RE2::Anchor anchor, function in class:re2::Compiler
1134 Prog* Prog::CompileSet(const RE2::Options& options, RE2::Anchor anchor, function in class:re2::Prog
1136 return Compiler::CompileSet(options, anchor, re);

Completed in 392 milliseconds