Searched defs:CompileToProg (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dcompile.cc8 // This file's external interface is just Regexp::CompileToProg.
1080 Prog* Regexp::CompileToProg(int64 max_mem) { function in class:re2::Regexp
/external/regex-re2/re2/
H A Dcompile.cc8 // This file's external interface is just Regexp::CompileToProg.
1079 Prog* Regexp::CompileToProg(int64 max_mem) { function in class:re2::Regexp
/external/chromium_org/third_party/re2/re2/testing/
H A Dregexp_benchmark.cc26 Prog* prog = re->CompileToProg(0);
53 Prog* prog = re->CompileToProg(0);
600 Prog* prog = sre->CompileToProg(0);
612 Prog* prog = re->CompileToProg(0);
619 void CompileToProg(int iters, const string& regexp) { function in namespace:re2
623 Prog* prog = re->CompileToProg(0);
633 Prog* prog = re->CompileToProg(0);
670 void BM_CompileToProg(int i) { RunBuild(i, FLAGS_compile_regexp, CompileToProg); }
806 Prog* prog = re->CompileToProg(0);
823 Prog* prog = re->CompileToProg(
[all...]
/external/regex-re2/re2/testing/
H A Dregexp_benchmark.cc26 Prog* prog = re->CompileToProg(0);
53 Prog* prog = re->CompileToProg(0);
600 Prog* prog = sre->CompileToProg(0);
612 Prog* prog = re->CompileToProg(0);
619 void CompileToProg(int iters, const string& regexp) { function in namespace:re2
623 Prog* prog = re->CompileToProg(0);
633 Prog* prog = re->CompileToProg(0);
670 void BM_CompileToProg(int i) { RunBuild(i, FLAGS_compile_regexp, CompileToProg); }
806 Prog* prog = re->CompileToProg(0);
823 Prog* prog = re->CompileToProg(
[all...]

Completed in 116 milliseconds