Searched refs:captures_started_ (Results 1 – 2 of 2) sorted by relevance
199 int captures_started() { return captures_started_; } in captures_started()319 int captures_started_; variable
36 captures_started_(0), in RegExpParser()325 if (captures_started_ >= kMaxCaptures) { in ParseDisjunction()328 captures_started_++; in ParseDisjunction()336 state, subexpr_type, lookaround_type, captures_started_, in ParseDisjunction()767 DCHECK(0 < index && index <= captures_started_); in CreateNamedCaptureAtIndex()858 is_scanned_for_captures_ ? capture_count_ : captures_started_; in GetCapture()