Lines Matching refs:SectionInfo
170 struct SectionInfo { struct
182 SectionInfo(const char* _name) in SectionInfo() argument
190 ~SectionInfo() in ~SectionInfo() argument
201 const SectionInfo& section) const;
220 const SectionInfo& section);
228 inline SectionInfo* CurrentSection();
229 inline void SetCurrentSection(SectionInfo* section);
232 SectionInfo fPackageAttributesSection;
256 SectionInfo* fCurrentSection;
279 ReaderImplBase::SectionInfo*
287 ReaderImplBase::SetCurrentSection(SectionInfo* section) in SetCurrentSection()