Lines Matching defs:secInfo
294 SectionInfo secInfo = base::ReadBuffer<SectionInfo>(buffer);
295 for (uint32_t j = 0; j < secInfo.number_; j++) {
326 SectionInfo secInfo;
359 secInfo.number_++;
361 if (secInfo.number_ > 0) {
362 secInfo.offset_ = sizeof(SectionInfo);
363 secInfo.size_ = static_cast<uint32_t>(methodStream.tellp());
365 stream.write(reinterpret_cast<char *>(&secInfo), sizeof(SectionInfo));
494 SectionInfo secInfo = base::ReadBuffer<SectionInfo>(buffer);
495 for (uint32_t j = 0; j < secInfo.number_; j++) {
795 SectionInfo secInfo = base::ReadBuffer<SectionInfo>(buffer);
796 for (uint32_t i = 0; i < secInfo.number_; i++) {
850 SectionInfo secInfo;
872 secInfo.number_++;
875 secInfo.offset_ = sizeof(SectionInfo);
876 secInfo.size_ = static_cast<uint32_t>(stream.tellp()) -
879 .write(reinterpret_cast<char *>(&secInfo), sizeof(SectionInfo))
1097 SectionInfo secInfo = base::ReadBuffer<SectionInfo>(buffer);
1098 for (uint32_t i = 0; i < secInfo.number_; i++) {