Searched refs:YAMLSubsectionBase (Results 1 – 2 of 2) sorted by relevance
88 struct YAMLSubsectionBase { struct90 virtual ~YAMLSubsectionBase() = default;106 struct YAMLChecksumsSubsection : public YAMLSubsectionBase {121 struct YAMLLinesSubsection : public YAMLSubsectionBase {136 struct YAMLInlineeLinesSubsection : public YAMLSubsectionBase {138 : YAMLSubsectionBase(DebugSubsectionKind::InlineeLines) {} in YAMLInlineeLinesSubsection()181 struct YAMLSymbolsSubsection : public YAMLSubsectionBase {194 struct YAMLStringTableSubsection : public YAMLSubsectionBase {196 : YAMLSubsectionBase(DebugSubsectionKind::StringTable) {} in YAMLStringTableSubsection()208 struct YAMLFrameDataSubsection : public YAMLSubsectionBase {[all …]
42 struct YAMLSubsectionBase;116 std::shared_ptr<detail::YAMLSubsectionBase> Subsection;