Searched refs:SECTION_SIZE (Results 1 – 1 of 1) sorted by relevance
111 static constexpr size_t SECTION_SIZE = 3; variable116 PGOProfilerHeader() : base::FileHeaderElastic(LAST_VERSION), sectionNumber_(SECTION_SIZE) in PGOProfilerHeader()124 return sizeof(PGOProfilerHeader) + (SECTION_SIZE - 1) * sizeof(SectionInfo); in LastSize()251 uint32_t sectionNumber_ {SECTION_SIZE};257 static constexpr size_t SECTION_SIZE = 3;259 PGOProfilerHeaderLegacy() : base::FileHeaderBase(LAST_VERSION), sectionNumber_(SECTION_SIZE) {}; in PGOProfilerHeaderLegacy()267 uint32_t sectionNumber_ {SECTION_SIZE};