Searched defs:SectionT (Results 1 – 3 of 3) sorted by relevance
607 struct SectionT { struct614 using SectionSeq = std::vector<SectionT>; argument
206 void IGESData_IGESWriter::SectionT () in SectionT() function in IGESData_IGESWriter
295 using SectionT = std::remove_reference_t<decltype(*elf.sectionHeaders.begin())>; in TEST() typedef