Home
last modified time | relevance | path

Searched refs:CompileToProg (Results 1 – 9 of 9) sorted by relevance

/external/regex-re2/re2/testing/
Dregexp_benchmark.cc26 Prog* prog = re->CompileToProg(0); in Test()
53 Prog* prog = re->CompileToProg(0); in MemoryUsage()
600 Prog* prog = sre->CompileToProg(0); in SimplifyCompileRegexp()
612 Prog* prog = re->CompileToProg(0); in CompileRegexp()
619 void CompileToProg(int iters, const string& regexp) { in CompileToProg() function
623 Prog* prog = re->CompileToProg(0); in CompileToProg()
633 Prog* prog = re->CompileToProg(0); in CompileByteMap()
670 void BM_CompileToProg(int i) { RunBuild(i, FLAGS_compile_regexp, CompileToProg); } in BM_CompileToProg()
806 Prog* prog = re->CompileToProg(0); in SearchDFA()
823 Prog* prog = re->CompileToProg(0); in SearchNFA()
[all …]
Dcompile_test.cc114 Prog* prog = re->CompileToProg(0); in TEST()
121 CHECK(re->CompileToProg(1) == NULL); in TEST()
161 Prog* prog = re->CompileToProg(0); in TEST()
Ddfa_test.cc47 Prog* prog = re->CompileToProg(0); in TEST()
62 Prog* prog = re->CompileToProg(0); in TEST()
105 Prog* prog = re->CompileToProg(limit); in TEST()
205 Prog* prog = re->CompileToProg(1<<n); in TEST()
275 Prog* prog = re->CompileToProg(1<<n); in TEST()
289 Prog* prog = re->CompileToProg(1<<n); in TEST()
Dpossible_match_test.cc112 Prog* prog = re->CompileToProg(0); in TEST()
Dtester.cc187 prog_ = regexp_->CompileToProg(0); in TestInstance()
/external/regex-re2/re2/
Dregexp.h413 Prog* CompileToProg(int64 max_mem);
Dcompile.cc1079 Prog* Regexp::CompileToProg(int64 max_mem) { in CompileToProg() function in re2::Regexp
Dre2.cc215 prog_ = suffix_regexp_->CompileToProg(options_.max_mem()*2/3); in Init()
/external/regex-re2/
Ducs2.diff384 prog_ = regexp_->CompileToProg(0);