HomeSort by relevance Sort by last modified time
    Searched refs:CompileToProg (Results 1 - 8 of 8) sorted by null

  /external/regex-re2/re2/testing/
compile_test.cc 114 Prog* prog = re->CompileToProg(0);
121 CHECK(re->CompileToProg(1) == NULL);
161 Prog* prog = re->CompileToProg(0);
dfa_test.cc 47 Prog* prog = re->CompileToProg(0);
62 Prog* prog = re->CompileToProg(0);
105 Prog* prog = re->CompileToProg(limit);
205 Prog* prog = re->CompileToProg(1<<n);
275 Prog* prog = re->CompileToProg(1<<n);
289 Prog* prog = re->CompileToProg(1<<n);
regexp_benchmark.cc 26 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) {
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(0)
    [all...]
possible_match_test.cc 112 Prog* prog = re->CompileToProg(0);
tester.cc 187 prog_ = regexp_->CompileToProg(0);
  /external/regex-re2/re2/
regexp.h 413 Prog* CompileToProg(int64 max_mem);
compile.cc 8 // This file's external interface is just Regexp::CompileToProg.
1079 Prog* Regexp::CompileToProg(int64 max_mem) {
    [all...]
re2.cc 215 prog_ = suffix_regexp_->CompileToProg(options_.max_mem()*2/3);
    [all...]

Completed in 2687 milliseconds