Searched refs:captures_started (Results 1 – 2 of 2) sorted by relevance
210 int end_capture_index = captures_started(); in ParseDisjunction()730 int capture_count = captures_started(); in ScanForCaptures()802 if (value > captures_started()) { in ParseBackReferenceIndex()1698 int capture_count = parser.captures_started(); in ParseRegExp()
209 int captures_started() { return captures_started_; } in captures_started() function