Searched refs:captures_started_ (Results 1 – 2 of 2) sorted by relevance
183 int captures_started() { return captures_started_; } in captures_started()262 int captures_started_; variable
27 captures_started_(0), in RegExpParser()273 if (captures_started_ >= kMaxCaptures) { in ParseDisjunction()276 captures_started_++; in ParseDisjunction()280 state, subexpr_type, lookaround_type, captures_started_, zone()); in ParseDisjunction()617 is_scanned_for_captures_ ? capture_count_ : captures_started_; in GetCapture()