Lines Matching defs:ExceptionStream
143 // Test that we can parse a normal-looking ExceptionStream.
144 TEST(MinidumpYAML, ExceptionStream) {
167 Expected<const ExceptionStream &> ExpectedStream = *ExceptionIterator;
171 const minidump::ExceptionStream &Stream = *ExpectedStream;
211 Expected<const ExceptionStream &> ExpectedStream = *ExceptionIterator;
214 const minidump::ExceptionStream &Stream = *ExpectedStream;
231 // Test that we can parse an ExceptionStream where the stated number of
267 Expected<const ExceptionStream &> ExpectedStream = *ExceptionIterator;
271 const minidump::ExceptionStream &Stream = *ExpectedStream;
292 // Test that we can parse an ExceptionStream where the number of
319 Expected<const ExceptionStream &> ExpectedStream = *ExceptionIterator;
323 const minidump::ExceptionStream &Stream = *ExpectedStream;