RunBuild 667 third_party/re2/re2/testing/regexp_benchmark.cc void BM_PCRE_Compile(int i) { RunBuild(i, FLAGS_compile_regexp, CompilePCRE); } RunBuild 668 third_party/re2/re2/testing/regexp_benchmark.cc void BM_Regexp_Parse(int i) { RunBuild(i, FLAGS_compile_regexp, ParseRegexp); } RunBuild 669 third_party/re2/re2/testing/regexp_benchmark.cc void BM_Regexp_Simplify(int i) { RunBuild(i, FLAGS_compile_regexp, SimplifyRegexp); } RunBuild 670 third_party/re2/re2/testing/regexp_benchmark.cc void BM_CompileToProg(int i) { RunBuild(i, FLAGS_compile_regexp, CompileToProg); } RunBuild 671 third_party/re2/re2/testing/regexp_benchmark.cc void BM_CompileByteMap(int i) { RunBuild(i, FLAGS_compile_regexp, CompileByteMap); } RunBuild 672 third_party/re2/re2/testing/regexp_benchmark.cc void BM_Regexp_Compile(int i) { RunBuild(i, FLAGS_compile_regexp, CompileRegexp); } RunBuild 673 third_party/re2/re2/testing/regexp_benchmark.cc void BM_Regexp_SimplifyCompile(int i) { RunBuild(i, FLAGS_compile_regexp, SimplifyCompileRegexp); } RunBuild 674 third_party/re2/re2/testing/regexp_benchmark.cc void BM_Regexp_NullWalk(int i) { RunBuild(i, FLAGS_compile_regexp, NullWalkRegexp); } RunBuild 675 third_party/re2/re2/testing/regexp_benchmark.cc void BM_RE2_Compile(int i) { RunBuild(i, FLAGS_compile_regexp, CompileRE2); }