Searched defs:CompileToProg (Results 1 – 6 of 6) sorted by relevance
1202 Prog* Regexp::CompileToProg(int64_t max_mem) { in CompileToProg() function in re2::Regexp
1203 Prog* Regexp::CompileToProg(int64_t max_mem) { in CompileToProg() function in re2::Regexp
1217 Prog* Regexp::CompileToProg(int64_t max_mem) { in CompileToProg() function in re2::Regexp
714 void CompileToProg(benchmark::State& state, const std::string& regexp) { in CompileToProg() function
713 void CompileToProg(benchmark::State& state, const std::string& regexp) { in CompileToProg() function
699 void CompileToProg(int iters, const string& regexp) { in CompileToProg() function