Searched refs:root1_handler (Results 1 – 1 of 1) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module_unittest.cc | 1445 DwarfCUToModule root1_handler(&fc, &lr, &reporter_); in TEST_F() local 1446 ASSERT_TRUE(root1_handler.StartCompilationUnit(0, 1, 2, 3, 3)); in TEST_F() 1447 ASSERT_TRUE(root1_handler.StartRootDIE(1, in TEST_F() 1449 ProcessStrangeAttributes(&root1_handler); in TEST_F() 1450 ASSERT_TRUE(root1_handler.EndAttributes()); in TEST_F() 1451 DeclarationDIE(&root1_handler, 0xb8fbfdd5f0b26fceULL, in TEST_F() 1453 root1_handler.Finish(); in TEST_F() 1504 DwarfCUToModule root1_handler(&fc, &lr, &reporter_); in TEST_F() local 1505 ASSERT_TRUE(root1_handler.StartCompilationUnit(0, 1, 2, 3, 3)); in TEST_F() 1506 ASSERT_TRUE(root1_handler.StartRootDIE(1, in TEST_F() [all …]
|