Searched refs:capture_count_ (Results 1 – 5 of 5) sorted by relevance
177 capture_count_++; in IncreaseCaptureCounter()182 return capture_count_; in GetCaptureCounter()192 return capture_count_ - render_count_; in CaptureMinusRenderCounters()201 return (render_count_ > threshold && capture_count_ > threshold); in BothCountersExceedeThreshold()207 int capture_count_ GUARDED_BY(crit_) = 0;
452 capture_count_(capture_count), in RegExpLookaround()466 int capture_count() { return capture_count_; } in capture_count()489 int capture_count_; variable
37 capture_count_(0), in RegExpParser()670 capture_count_ = capture_count; in ScanForCaptures()702 if (value > capture_count_) { in ParseBackReferenceIndex()858 is_scanned_for_captures_ ? capture_count_ : captures_started_; in GetCapture()
321 int capture_count_; variable
5752 int register_count = capture_count_ * registers_per_capture; in ToNode()