Searched refs:kMaxCaptures (Results 1 – 6 of 6) sorted by relevance
332 static const int kMaxCaptures = 1 << 16; variable
4963 if (captures_started() >= kMaxCaptures) { in ParseDisjunction()5237 if (value > kMaxCaptures) { in ParseBackReferenceIndex()
355 static const int kMaxCaptures = 1 << 16; variable
5236 if (captures_started() >= kMaxCaptures) { in ParseDisjunction()5511 if (value > kMaxCaptures) { in ParseBackReferenceIndex()
425 const int kMaxCaptures = 1 << 16; // Must match RegExpParser::kMaxCaptures. in TEST() local429 for (int i = 0; i <= kMaxCaptures; i++) { in TEST()
419 const int kMaxCaptures = 1 << 16; // Must match RegExpParser::kMaxCaptures. in TEST() local423 for (int i = 0; i <= kMaxCaptures; i++) { in TEST()