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

  /external/chromium_org/third_party/re2/re2/
parse.cc 163 const RegexpOp kLeftParen = static_cast<RegexpOp>(kMaxRegexpOp+1);
183 if (re->op() == kLeftParen)
498 return op >= kLeftParen;
504 Regexp* re = new Regexp(kLeftParen, flags_);
513 Regexp* re = new Regexp(kLeftParen, flags_);
599 r2->op() != kLeftParen) {
    [all...]
  /external/regex-re2/re2/
parse.cc 163 const RegexpOp kLeftParen = static_cast<RegexpOp>(kMaxRegexpOp+1);
183 if (re->op() == kLeftParen)
498 return op >= kLeftParen;
504 Regexp* re = new Regexp(kLeftParen, flags_);
513 Regexp* re = new Regexp(kLeftParen, flags_);
599 r2->op() != kLeftParen) {
    [all...]

Completed in 511 milliseconds