Searched defs:TextContentStream (Results 1 – 1 of 1) sorted by relevance
205 struct TextContentStream : public Stream { struct208 TextContentStream(minidump::StreamType Type, StringRef Text = {}) argument209 : Stream(StreamKind::TextContent, Type), Text(Text) {} in Stream()211 static bool classof(const Stream *S) { in classof()