Home | History | Annotate | Download | only in re2

Lines Matching refs:RegexpOp

67   bool PushSimpleOp(RegexpOp op);
84 bool PushRepeatOp(RegexpOp op, const StringPiece& s, bool nongreedy);
91 bool IsMarker(RegexpOp op);
147 void DoCollapse(RegexpOp op);
164 const RegexpOp kLeftParen = static_cast<RegexpOp>(kMaxRegexpOp+1);
165 const RegexpOp kVerticalBar = static_cast<RegexpOp>(kMaxRegexpOp+2);
440 bool Regexp::ParseState::PushSimpleOp(RegexpOp op) {
448 bool Regexp::ParseState::PushRepeatOp(RegexpOp op, const StringPiece& s,
498 bool Regexp::ParseState::IsMarker(RegexpOp op) {
998 void Regexp::ParseState::DoCollapse(RegexpOp op) {
2044 RegexpOp op;