Searched refs:RedactionRange (Results 1 – 2 of 2) sorted by relevance
32 static void mergeOverlappingRedactionRanges(vector<RedactionRange>& ranges) { in mergeOverlappingRedactionRanges()57 static void removeZeroSizeRedactionRanges(vector<RedactionRange>& ranges) { in removeZeroSizeRedactionRanges()118 unique_ptr<vector<RedactionRange>> RedactionInfo::getOverlappingRedactionRanges(size_t size, in getOverlappingRedactionRanges()139 return std::make_unique<vector<RedactionRange>>(first_redaction, last_redaction + 1); in getOverlappingRedactionRanges()142 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_;