Searched refs:Quest (Results 1 – 5 of 5) sorted by relevance
210 static Info* Quest(Info* a);367 Prefilter::Info* Prefilter::Info::Quest(Info *a) { in Quest() function in re2::Prefilter::Info379 return Quest(a); in Star()619 info = Quest(child_args[0]); in PostVisit()
360 Regexp* suf = Regexp::Quest(re->Incref(), f); in SimplifyRepeat()362 suf = Regexp::Quest(Concat2(re->Incref(), suf, f), f); in SimplifyRepeat()
155 Frag Quest(Frag a, bool nongreedy);376 Frag Compiler::Quest(Frag a, bool nongreedy) { in Quest() function in re2::Compiler761 return Quest(child_frags[0], re->parse_flags()&Regexp::NonGreedy); in PostVisit()
388 static Regexp* Quest(Regexp* sub, ParseFlags flags);
200 Regexp* Regexp::Quest(Regexp* sub, ParseFlags flags) { in Quest() function in re2::Regexp