FullMatchRE2     1438 third_party/re2/re2/testing/regexp_benchmark.cc void FullMatch_DotStar_CachedRE2(int i, int n)  { FullMatchRE2(i, n, "(?s).*"); }
FullMatchRE2     1441 third_party/re2/re2/testing/regexp_benchmark.cc void FullMatch_DotStarDollar_CachedRE2(int i, int n)  { FullMatchRE2(i, n, "(?s).*$"); }
FullMatchRE2     1444 third_party/re2/re2/testing/regexp_benchmark.cc void FullMatch_DotStarCapture_CachedRE2(int i, int n)  { FullMatchRE2(i, n, "(?s)((.*)()()($))"); }