Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dsimplify.cc23 bool Regexp::SimplifyRegexp(absl::string_view src, ParseFlags flags, in SimplifyRegexp() function in re2::Regexp
/aosp_15_r20/external/regex-re2/re2/
H A Dsimplify.cc23 bool Regexp::SimplifyRegexp(const StringPiece& src, ParseFlags flags, in SimplifyRegexp() function in re2::Regexp
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dsimplify.cc23 bool Regexp::SimplifyRegexp(const StringPiece& src, ParseFlags flags, in SimplifyRegexp() function in re2::Regexp
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dregexp_benchmark.cc669 void SimplifyRegexp(benchmark::State& state, const std::string& regexp) { in SimplifyRegexp() function
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/
H A Dregexp_benchmark.cc668 void SimplifyRegexp(benchmark::State& state, const std::string& regexp) { in SimplifyRegexp() function
/aosp_15_r20/external/regex-re2/re2/testing/
H A Dregexp_benchmark.cc654 void SimplifyRegexp(int iters, const string& regexp) { in SimplifyRegexp() function