Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dparse.cc83 bool PushRepeatOp(RegexpOp op, const StringPiece& s, bool nongreedy);
447 bool Regexp::ParseState::PushRepeatOp(RegexpOp op, const StringPiece& s, in PushRepeatOp() function in re2::Regexp::ParseState
2084 if (!ps.PushRepeatOp(op, opstr, nongreedy)) in Parse()