Quest             156 third_party/re2/re2/compile.cc   Frag Quest(Frag a, bool nongreedy);
Quest             762 third_party/re2/re2/compile.cc       return Quest(child_frags[0], re->parse_flags()&Regexp::NonGreedy);
Quest             210 third_party/re2/re2/prefilter.cc   static Info* Quest(Info* a);
Quest             379 third_party/re2/re2/prefilter.cc   return Quest(a);
Quest             619 third_party/re2/re2/prefilter.cc       info = Quest(child_args[0]);
Quest             388 third_party/re2/re2/regexp.h   static Regexp* Quest(Regexp* sub, ParseFlags flags);
Quest             360 third_party/re2/re2/simplify.cc     Regexp* suf = Regexp::Quest(re->Incref(), f);
Quest             362 third_party/re2/re2/simplify.cc       suf = Regexp::Quest(Concat2(re->Incref(), suf, f), f);