Searched refs:RedactionRange (Results 1 – 2 of 2) sorted by relevance
34 static void mergeOverlappingRedactionRanges(vector<RedactionRange>& ranges) { in mergeOverlappingRedactionRanges()59 static void removeZeroSizeRedactionRanges(vector<RedactionRange>& ranges) { in removeZeroSizeRedactionRanges()120 unique_ptr<vector<RedactionRange>> RedactionInfo::getOverlappingRedactionRanges(size_t size, in getOverlappingRedactionRanges()141 return std::make_unique<vector<RedactionRange>>(first_redaction, last_redaction + 1); in getOverlappingRedactionRanges()144 return std::make_unique<vector<RedactionRange>>(); in getOverlappingRedactionRanges()
30 typedef std::pair<off64_t, off64_t> RedactionRange; typedef100 std::unique_ptr<std::vector<RedactionRange>> getOverlappingRedactionRanges(size_t size,102 std::vector<RedactionRange> redaction_ranges_;