Searched refs:inflated_size (Results 1 – 1 of 1) sorted by relevance
247 uint32_t inflated_size) in FileSectionInfo() argument251 inflated_size_(inflated_size) {} in FileSectionInfo()1072 auto add_section_info = [&](FileSectionType type, uint32_t file_size, uint32_t inflated_size) { in Save() argument1074 section_infos[section_index] = FileSectionInfo(type, file_offset, file_size, inflated_size); in Save()