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