Searched refs:captures_started (Results 1 – 2 of 2) sorted by relevance
346 int captures_started() { return captures_ == NULL ? 0 : captures_->length(); } in captures_started() function
4327 int end_capture_index = captures_started(); in ParseDisjunction()4415 if (captures_started() >= kMaxCaptures) { in ParseDisjunction()4423 captures_started()); in ParseDisjunction()4646 int capture_count = captures_started(); in ScanForCaptures()4698 if (value > captures_started()) { in ParseBackReferenceIndex()5130 int capture_count = parser.captures_started(); in ParseRegExp()