Searched refs:root2_handler (Results 1 – 1 of 1) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module_unittest.cc | 1458 DwarfCUToModule root2_handler(&fc, &lr, &reporter_); in TEST_F() local 1459 ASSERT_TRUE(root2_handler.StartCompilationUnit(0, 1, 2, 3, 3)); in TEST_F() 1460 ASSERT_TRUE(root2_handler.StartRootDIE(1, in TEST_F() 1462 ASSERT_TRUE(root2_handler.EndAttributes()); in TEST_F() 1464 = StartSpecifiedDIE(&root2_handler, dwarf2reader::DW_TAG_class_type, in TEST_F() 1470 root2_handler.Finish(); in TEST_F() 1517 DwarfCUToModule root2_handler(&fc, &lr, &reporter_); in TEST_F() local 1518 ASSERT_TRUE(root2_handler.StartCompilationUnit(0, 1, 2, 3, 3)); in TEST_F() 1519 ASSERT_TRUE(root2_handler.StartRootDIE(1, in TEST_F() 1521 ASSERT_TRUE(root2_handler.EndAttributes()); in TEST_F() [all …]
|