Home
last modified time | relevance | path

Searched refs:SimplifyRegexp (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h370 static bool SimplifyRegexp(const StringPiece& src, ParseFlags flags,
Dsimplify.cc23 bool Regexp::SimplifyRegexp(const StringPiece& src, ParseFlags flags, in SimplifyRegexp() function in re2::Regexp
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dregexp_benchmark.cc653 void SimplifyRegexp(benchmark::State& state, const std::string& regexp) { in SimplifyRegexp() function
750 …nchmark::State& state) { RunBuild(state, GetFlag(FLAGS_compile_regexp), SimplifyRegexp); } in BM_Regexp_Simplify()