Home | History | Annotate | Download | only in cctest

Lines Matching defs:kMaxCaptures

512   const int kMaxCaptures = 1 << 16;  // Must match RegExpParser::kMaxCaptures.
515 for (int i = 0; i <= kMaxCaptures; i++) {