Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h163 kMaxRegexpOp = kRegexpHaveMatch, enumerator
Dparse.cc191 const RegexpOp kLeftParen = static_cast<RegexpOp>(kMaxRegexpOp+1);
192 const RegexpOp kVerticalBar = static_cast<RegexpOp>(kMaxRegexpOp+2);