Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dcompile.cc1202 Prog* Regexp::CompileToProg(int64_t max_mem) { in CompileToProg() function in re2::Regexp
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dcompile.cc1203 Prog* Regexp::CompileToProg(int64_t max_mem) { in CompileToProg() function in re2::Regexp
/aosp_15_r20/external/regex-re2/re2/
H A Dcompile.cc1217 Prog* Regexp::CompileToProg(int64_t max_mem) { in CompileToProg() function in re2::Regexp
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dregexp_benchmark.cc714 void CompileToProg(benchmark::State& state, const std::string& regexp) { in CompileToProg() function
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/
H A Dregexp_benchmark.cc713 void CompileToProg(benchmark::State& state, const std::string& regexp) { in CompileToProg() function
/aosp_15_r20/external/regex-re2/re2/testing/
H A Dregexp_benchmark.cc699 void CompileToProg(int iters, const string& regexp) { in CompileToProg() function