Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dparse.cc87 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::ParseState
2115 if (!ps.PushRepetition(lo, hi, opstr, nongreedy)) in Parse()