Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dregexp.h156 kMaxRegexpOp = kRegexpHaveMatch, enumerator
Dparse.cc163 const RegexpOp kLeftParen = static_cast<RegexpOp>(kMaxRegexpOp+1);
164 const RegexpOp kVerticalBar = static_cast<RegexpOp>(kMaxRegexpOp+2);