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