Searched refs:ListStream (Results 1 – 2 of 2) sorted by relevance
62 template <typename EntryT> struct ListStream : public Stream { struct67 explicit ListStream(std::vector<entry_type> Entries = {}) argument113 using ModuleListStream = detail::ListStream<detail::ParsedModule>;114 using ThreadListStream = detail::ListStream<detail::ParsedThread>;115 using MemoryListStream = detail::ListStream<detail::ParsedMemoryDescriptor>;118 : public detail::ListStream<detail::ParsedMemory64Descriptor> {123 : ListStream(Entries) {} in ListStream() function
181 MinidumpYAML::detail::ListStream<EntryT> &S) { in layout()