Lines Matching refs:SectionInfo
29 void PGOPandaFileInfos::ParseFromBinary(void *buffer, SectionInfo *const info)
38 void PGOPandaFileInfos::ProcessToBinary(std::fstream &fileStream, SectionInfo *info) const
294 SectionInfo secInfo = base::ReadBuffer<SectionInfo>(buffer);
326 SectionInfo secInfo;
362 secInfo.offset_ = sizeof(SectionInfo);
365 stream.write(reinterpret_cast<char *>(&secInfo), sizeof(SectionInfo));
494 SectionInfo secInfo = base::ReadBuffer<SectionInfo>(buffer);
754 SectionInfo *info = header->GetRecordInfoSection();
795 SectionInfo secInfo = base::ReadBuffer<SectionInfo>(buffer);
850 SectionInfo secInfo;
852 stream.seekp(sizeof(SectionInfo), std::ofstream::cur);
875 secInfo.offset_ = sizeof(SectionInfo);
877 static_cast<uint32_t>(layoutBeginPosition) - sizeof(SectionInfo);
879 .write(reinterpret_cast<char *>(&secInfo), sizeof(SectionInfo))
1025 SectionInfo *info = header->GetRecordInfoSection();
1097 SectionInfo secInfo = base::ReadBuffer<SectionInfo>(buffer);