Searched refs:YAMLSubsectionBase (Results 1 – 2 of 2) sorted by relevance
87 struct YAMLSubsectionBase { struct89 virtual ~YAMLSubsectionBase() = default;105 struct YAMLChecksumsSubsection : public YAMLSubsectionBase {120 struct YAMLLinesSubsection : public YAMLSubsectionBase {135 struct YAMLInlineeLinesSubsection : public YAMLSubsectionBase {137 : YAMLSubsectionBase(DebugSubsectionKind::InlineeLines) {} in YAMLInlineeLinesSubsection()180 struct YAMLSymbolsSubsection : public YAMLSubsectionBase {193 struct YAMLStringTableSubsection : public YAMLSubsectionBase {195 : YAMLSubsectionBase(DebugSubsectionKind::StringTable) {} in YAMLStringTableSubsection()207 struct YAMLFrameDataSubsection : public YAMLSubsectionBase {[all …]
41 struct YAMLSubsectionBase;115 std::shared_ptr<detail::YAMLSubsectionBase> Subsection;