Searched refs:is_scanned_for_captures_ (Results 1 – 2 of 2) sorted by relevance
41 is_scanned_for_captures_(false), in RegExpParser()671 is_scanned_for_captures_ = true; in ScanForCaptures()697 if (!is_scanned_for_captures_) { in ParseBackReferenceIndex()858 is_scanned_for_captures_ ? capture_count_ : captures_started_; in GetCapture()
325 bool is_scanned_for_captures_; variable