Lines Matching defs:NewSection
271 for (const NewSectionInfo &NewSection : Config.AddSection) {
273 const auto It = Config.SetSectionFlags.find(NewSection.SectionName);
279 addSection(Obj, NewSection.SectionName,
281 NewSection.SectionData->getBufferStart()),
282 NewSection.SectionData->getBufferSize()),
286 for (const NewSectionInfo &NewSection : Config.UpdateSection) {
288 return Sec.Name == NewSection.SectionName;
293 NewSection.SectionName.str().c_str());
299 NewSection.SectionName.str().c_str());
300 if (ContentSize < NewSection.SectionData->getBufferSize())
304 It->setOwnedContents({NewSection.SectionData->getBufferStart(),
305 NewSection.SectionData->getBufferEnd()});