Searched defs:SimplifyRegexp (Results 1 – 6 of 6) sorted by relevance
23 bool Regexp::SimplifyRegexp(absl::string_view src, ParseFlags flags, in SimplifyRegexp() function in re2::Regexp
23 bool Regexp::SimplifyRegexp(const StringPiece& src, ParseFlags flags, in SimplifyRegexp() function in re2::Regexp
669 void SimplifyRegexp(benchmark::State& state, const std::string& regexp) { in SimplifyRegexp() function
668 void SimplifyRegexp(benchmark::State& state, const std::string& regexp) { in SimplifyRegexp() function
654 void SimplifyRegexp(int iters, const string& regexp) { in SimplifyRegexp() function