Lines Matching refs:NewSection
233 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local
235 const auto It = Config.SetSectionFlags.find(NewSection.SectionName); in handleArgs()
241 addSection(Obj, NewSection.SectionName, in handleArgs()
243 NewSection.SectionData->getBufferStart()), in handleArgs()
244 NewSection.SectionData->getBufferSize()), in handleArgs()
248 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
250 return Sec.Name == NewSection.SectionName; in handleArgs()
255 NewSection.SectionName.str().c_str()); in handleArgs()
261 NewSection.SectionName.str().c_str()); in handleArgs()
262 if (ContentSize < NewSection.SectionData->getBufferSize()) in handleArgs()
266 It->setOwnedContents({NewSection.SectionData->getBufferStart(), in handleArgs()
267 NewSection.SectionData->getBufferEnd()}); in handleArgs()