Searched refs:PushRepetition (Results 1 - 1 of 1) sorted by relevance

/external/regex-re2/re2/
H A Dparse.cc87 bool PushRepetition(int min, int max, const StringPiece& s, bool nongreedy);
468 bool Regexp::ParseState::PushRepetition(int min, int max, function in class:re2::Regexp::ParseState
2115 if (!ps.PushRepetition(lo, hi, opstr, nongreedy))

Completed in 28 milliseconds