Searched refs:captures_started (Results 1 – 4 of 4) sorted by relevance
328 int captures_started() { return captures_ == NULL ? 0 : captures_->length(); } in captures_started() function
4873 int end_capture_index = captures_started(); in ParseDisjunction()4963 if (captures_started() >= kMaxCaptures) { in ParseDisjunction()4970 captures_started(), zone()); in ParseDisjunction()5194 int capture_count = captures_started(); in ScanForCaptures()5246 if (value > captures_started()) { in ParseBackReferenceIndex()5654 int capture_count = parser.captures_started(); in ParseRegExp()
351 int captures_started() { return captures_ == NULL ? 0 : captures_->length(); } in captures_started() function
5147 int end_capture_index = captures_started(); in ParseDisjunction()5236 if (captures_started() >= kMaxCaptures) { in ParseDisjunction()5244 captures_started()); in ParseDisjunction()5468 int capture_count = captures_started(); in ScanForCaptures()5520 if (value > captures_started()) { in ParseBackReferenceIndex()5969 int capture_count = parser.captures_started(); in ParseRegExp()