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