Searched refs:captures_started (Results 1 – 2 of 2) sorted by relevance
170 int end_capture_index = captures_started(); in ParseDisjunction()545 int capture_count = captures_started(); in ScanForCaptures()597 if (value > captures_started()) { in ParseBackReferenceIndex()1005 int capture_count = parser.captures_started(); in ParseRegExp()
183 int captures_started() { return captures_started_; } in captures_started() function