• Home
  • Raw
  • Download

Lines Matching refs:raw_exception

1093   const MDRawExceptionStream* raw_exception = md_exception->exception();  in TEST()  local
1094 ASSERT_TRUE(raw_exception != NULL); in TEST()
1095 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()
1096 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST()
1098 raw_exception->exception_record.exception_address); in TEST()
1167 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST() local
1168 ASSERT_TRUE(raw_exception != NULL); in TEST()
1169 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()
1170 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST()
1172 raw_exception->exception_record.exception_address); in TEST()
1252 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST() local
1253 ASSERT_TRUE(raw_exception != NULL); in TEST()
1254 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()
1255 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST()
1257 raw_exception->exception_record.exception_address); in TEST()
1334 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST() local
1335 ASSERT_TRUE(raw_exception != NULL); in TEST()
1336 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()
1337 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST()
1339 raw_exception->exception_record.exception_address); in TEST()
1397 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST() local
1398 ASSERT_TRUE(raw_exception != NULL); in TEST()
1399 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()
1400 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST()
1402 raw_exception->exception_record.exception_address); in TEST()
1481 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST() local
1482 ASSERT_TRUE(raw_exception != NULL); in TEST()
1483 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()
1484 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST()
1486 raw_exception->exception_record.exception_address); in TEST()
1580 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST() local
1581 ASSERT_TRUE(raw_exception != NULL); in TEST()
1582 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()
1583 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST()
1585 raw_exception->exception_record.exception_address); in TEST()