Home
last modified time | relevance | path

Searched defs:CompileToProg (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dcompile.cc1220 Prog* Regexp::CompileToProg(int64_t max_mem) { in CompileToProg() function in re2::Regexp
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dregexp_benchmark.cc698 void CompileToProg(benchmark::State& state, const std::string& regexp) { in CompileToProg() function