Searched refs:root2_handler (Results 1 – 1 of 1) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module_unittest.cc | 1532 DwarfCUToModule root2_handler(&fc, &lr, nullptr, &reporter_); in TEST_F() local 1533 ASSERT_TRUE(root2_handler.StartCompilationUnit(0, 1, 2, 3, 3)); in TEST_F() 1534 ASSERT_TRUE(root2_handler.StartRootDIE(1, in TEST_F() 1536 ASSERT_TRUE(root2_handler.EndAttributes()); in TEST_F() 1538 = StartSpecifiedDIE(&root2_handler, dwarf2reader::DW_TAG_class_type, in TEST_F() 1544 root2_handler.Finish(); in TEST_F() 1591 DwarfCUToModule root2_handler(&fc, &lr, nullptr, &reporter_); in TEST_F() local 1592 ASSERT_TRUE(root2_handler.StartCompilationUnit(0, 1, 2, 3, 3)); in TEST_F() 1593 ASSERT_TRUE(root2_handler.StartRootDIE(1, in TEST_F() 1595 ASSERT_TRUE(root2_handler.EndAttributes()); in TEST_F() [all …]
|