Searched refs:SimplifyRegexp (Results 1 – 3 of 3) sorted by relevance
370 static bool SimplifyRegexp(const StringPiece& src, ParseFlags flags,
23 bool Regexp::SimplifyRegexp(const StringPiece& src, ParseFlags flags, in SimplifyRegexp() function in re2::Regexp
653 void SimplifyRegexp(benchmark::State& state, const std::string& regexp) { in SimplifyRegexp() function750 …nchmark::State& state) { RunBuild(state, GetFlag(FLAGS_compile_regexp), SimplifyRegexp); } in BM_Regexp_Simplify()