Searched defs:TextContentStream (Results 1 – 2 of 2) 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()