Lines Matching defs:YAMLStringTableSubsection
193 struct YAMLStringTableSubsection : public YAMLSubsectionBase {
194 YAMLStringTableSubsection()
201 static Expected<std::shared_ptr<YAMLStringTableSubsection>>
355 void YAMLStringTableSubsection::map(IO &IO) {
389 Subsection.Subsection = std::make_shared<YAMLStringTableSubsection>();
499 YAMLStringTableSubsection::toCodeViewSubsection(
689 Expected<std::shared_ptr<YAMLStringTableSubsection>>
690 YAMLStringTableSubsection::fromCodeViewSubsection(
692 auto Result = std::make_shared<YAMLStringTableSubsection>();
855 auto Result = YAMLStringTableSubsection::fromCodeViewSubsection(Strings);