Searched defs:ExceptionStream (Results 1 – 2 of 2) sorted by relevance
127 struct ExceptionStream : public Stream { struct128 minidump::ExceptionStream MDExceptionStream; argument131 ExceptionStream() in ExceptionStream() function135 explicit ExceptionStream(const minidump::ExceptionStream &MDExceptionStream, in ExceptionStream() argument140 static bool classof(const Stream *S) { in classof()
262 struct ExceptionStream { struct268 static_assert(sizeof(ExceptionStream) == 168); argument