Lines Matching defs:YAMLStringTableSubsection
191 struct YAMLStringTableSubsection : public YAMLSubsectionBase {
192 YAMLStringTableSubsection()
199 static Expected<std::shared_ptr<YAMLStringTableSubsection>>
353 void YAMLStringTableSubsection::map(IO &IO) {
387 Subsection.Subsection = std::make_shared<YAMLStringTableSubsection>();
497 YAMLStringTableSubsection::toCodeViewSubsection(
687 Expected<std::shared_ptr<YAMLStringTableSubsection>>
688 YAMLStringTableSubsection::fromCodeViewSubsection(
690 auto Result = std::make_shared<YAMLStringTableSubsection>();
853 auto Result = YAMLStringTableSubsection::fromCodeViewSubsection(Strings);