RegexpOp           66 third_party/re2/re2/parse.cc   bool PushSimpleOp(RegexpOp op);
RegexpOp           83 third_party/re2/re2/parse.cc   bool PushRepeatOp(RegexpOp op, const StringPiece& s, bool nongreedy);
RegexpOp           90 third_party/re2/re2/parse.cc   bool IsMarker(RegexpOp op);
RegexpOp          146 third_party/re2/re2/parse.cc   void DoCollapse(RegexpOp op);
RegexpOp          163 third_party/re2/re2/parse.cc const RegexpOp kLeftParen = static_cast<RegexpOp>(kMaxRegexpOp+1);
RegexpOp          164 third_party/re2/re2/parse.cc const RegexpOp kVerticalBar = static_cast<RegexpOp>(kMaxRegexpOp+2);
RegexpOp          439 third_party/re2/re2/parse.cc bool Regexp::ParseState::PushSimpleOp(RegexpOp op) {
RegexpOp          447 third_party/re2/re2/parse.cc bool Regexp::ParseState::PushRepeatOp(RegexpOp op, const StringPiece& s,
RegexpOp          497 third_party/re2/re2/parse.cc bool Regexp::ParseState::IsMarker(RegexpOp op) {
RegexpOp          997 third_party/re2/re2/parse.cc void Regexp::ParseState::DoCollapse(RegexpOp op) {
RegexpOp         2055 third_party/re2/re2/parse.cc         RegexpOp op;
RegexpOp           16 third_party/re2/re2/regexp.cc Regexp::Regexp(RegexpOp op, ParseFlags parse_flags)
RegexpOp          209 third_party/re2/re2/regexp.cc Regexp* Regexp::ConcatOrAlternate(RegexpOp op, Regexp** sub, int nsub,
RegexpOp          313 third_party/re2/re2/regexp.h   RegexpOp op() { return static_cast<RegexpOp>(op_); }
RegexpOp          434 third_party/re2/re2/regexp.h   explicit Regexp(RegexpOp op, ParseFlags parse_flags);
RegexpOp          457 third_party/re2/re2/regexp.h   static Regexp* ConcatOrAlternate(RegexpOp op, Regexp** subs, int nsubs,