Searched refs:is_scanned_for_captures_ (Results 1 – 2 of 2) sorted by relevance
34 is_scanned_for_captures_(false), in RegExpParser()572 is_scanned_for_captures_ = true; in ScanForCaptures()598 if (!is_scanned_for_captures_) { in ParseBackReferenceIndex()617 is_scanned_for_captures_ ? capture_count_ : captures_started_; in GetCapture()
270 bool is_scanned_for_captures_; variable