Star 155 third_party/re2/re2/compile.cc Frag Star(Frag a, bool nongreedy); Star 372 third_party/re2/re2/compile.cc Frag f = Star(a, nongreedy); Star 756 third_party/re2/re2/compile.cc return Star(child_frags[0], re->parse_flags()&Regexp::NonGreedy); Star 1089 third_party/re2/re2/compile.cc return Star(ByteRange(0x00, 0xff, false), true); Star 208 third_party/re2/re2/prefilter.cc static Info* Star(Info* a); Star 615 third_party/re2/re2/prefilter.cc info = Star(child_args[0]); Star 387 third_party/re2/re2/regexp.h static Regexp* Star(Regexp* sub, ParseFlags flags); Star 319 third_party/re2/re2/simplify.cc return Regexp::Star(re->Incref(), f);