HomeSort by relevance Sort by last modified time
    Searched defs:SimplifyRegexp (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/re2/re2/
simplify.cc 18 bool Regexp::SimplifyRegexp(const StringPiece& src, ParseFlags flags,
  /external/regex-re2/re2/
simplify.cc 18 bool Regexp::SimplifyRegexp(const StringPiece& src, ParseFlags flags,
  /external/chromium_org/third_party/re2/re2/testing/
regexp_benchmark.cc 574 void SimplifyRegexp(int iters, const string& regexp) {
669 void BM_Regexp_Simplify(int i) { RunBuild(i, FLAGS_compile_regexp, SimplifyRegexp); }
    [all...]
  /external/regex-re2/re2/testing/
regexp_benchmark.cc 574 void SimplifyRegexp(int iters, const string& regexp) {
669 void BM_Regexp_Simplify(int i) { RunBuild(i, FLAGS_compile_regexp, SimplifyRegexp); }
    [all...]

Completed in 441 milliseconds