Searched refs:kMaxNumberOfSections (Results 1 – 1 of 1) sorted by relevance
980 constexpr uint32_t kMaxNumberOfSections = enum_cast<uint32_t>(FileSectionType::kNumberOfSections); in Save() local982 sizeof(FileHeader) + kMaxNumberOfSections * sizeof(FileSectionInfo); in Save()990 std::array<FileSectionInfo, kMaxNumberOfSections> section_infos; in Save()