HomeSort by relevance Sort by last modified time
    Searched refs:RegexpOp (Results 1 - 3 of 3) sorted by null

  /external/regex-re2/re2/
regexp.h 95 enum RegexpOp {
312 RegexpOp op() { return static_cast<RegexpOp>(op_); }
433 explicit Regexp(RegexpOp op, ParseFlags parse_flags);
456 static Regexp* ConcatOrAlternate(RegexpOp op, Regexp** subs, int nsubs,
504 // uint8 instead of RegexpOp to control space usage.
parse.cc 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
    [all...]
regexp.cc 16 Regexp::Regexp(RegexpOp op, ParseFlags parse_flags)
198 Regexp* Regexp::ConcatOrAlternate(RegexpOp op, Regexp** sub, int nsub,

Completed in 410 milliseconds