Searched refs:first_redaction (Results 1 – 1 of 1) sorted by relevance
124 auto first_redaction = redaction_ranges_.end(); in getOverlappingRedactionRanges() local128 if (iter < first_redaction) first_redaction = iter; in getOverlappingRedactionRanges()137 if (first_redaction != redaction_ranges_.end()) { in getOverlappingRedactionRanges()138 CHECK(first_redaction <= last_redaction); in getOverlappingRedactionRanges()139 return std::make_unique<vector<RedactionRange>>(first_redaction, last_redaction + 1); in getOverlappingRedactionRanges()