Lines Matching defs:Stream
171 const minidump::ExceptionStream &Stream = *ExpectedStream;
172 EXPECT_EQ(0x7u, Stream.ThreadId);
173 const minidump::Exception &Exception = Stream.ExceptionRecord;
183 File.getRawData(Stream.ThreadContext);
214 const minidump::ExceptionStream &Stream = *ExpectedStream;
215 EXPECT_EQ(0x7u, Stream.ThreadId);
216 const minidump::Exception &Exception = Stream.ExceptionRecord;
224 File.getRawData(Stream.ThreadContext);
271 const minidump::ExceptionStream &Stream = *ExpectedStream;
272 EXPECT_EQ(0x8u, Stream.ThreadId);
273 const minidump::Exception &Exception = Stream.ExceptionRecord;
285 File.getRawData(Stream.ThreadContext);
323 const minidump::ExceptionStream &Stream = *ExpectedStream;
324 EXPECT_EQ(0x7u, Stream.ThreadId);
325 const minidump::Exception &Exception = Stream.ExceptionRecord;
336 File.getRawData(Stream.ThreadContext);