Searched refs:PushRepetition (Results 1 – 1 of 1) sorted by relevance
87 bool PushRepetition(int min, int max, const StringPiece& s, bool nongreedy);468 bool Regexp::ParseState::PushRepetition(int min, int max, in PushRepetition() function in re2::Regexp::ParseState2115 if (!ps.PushRepetition(lo, hi, opstr, nongreedy)) in Parse()