Plus              154 third_party/re2/re2/compile.cc   Frag Plus(Frag a, bool nongreedy);
Plus              759 third_party/re2/re2/compile.cc       return Plus(child_frags[0], re->parse_flags()&Regexp::NonGreedy);
Plus              209 third_party/re2/re2/prefilter.cc   static Info* Plus(Info* a);
Plus              623 third_party/re2/re2/prefilter.cc       info = Plus(child_args[0]);
Plus              386 third_party/re2/re2/regexp.h   static Regexp* Plus(Regexp* sub, ParseFlags flags);
Plus              323 third_party/re2/re2/simplify.cc       return Regexp::Plus(re->Incref(), f);
Plus              332 third_party/re2/re2/simplify.cc     nre_subs[min-1] = Regexp::Plus(re->Incref(), f);