Searched refs:root3_handler (Results 1 – 1 of 1) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module_unittest.cc | 1475 DwarfCUToModule root3_handler(&fc, &lr, &reporter_); in TEST_F() local 1476 ASSERT_TRUE(root3_handler.StartCompilationUnit(0, 1, 2, 3, 3)); in TEST_F() 1477 ASSERT_TRUE(root3_handler.StartRootDIE(1, in TEST_F() 1479 ASSERT_TRUE(root3_handler.EndAttributes()); in TEST_F() 1480 DefinitionDIE(&root3_handler, dwarf2reader::DW_TAG_subprogram, in TEST_F() 1483 root3_handler.Finish(); in TEST_F() 1535 DwarfCUToModule root3_handler(&fc, &lr, &reporter_); in TEST_F() local 1536 ASSERT_TRUE(root3_handler.StartCompilationUnit(0, 1, 2, 3, 3)); in TEST_F() 1537 ASSERT_TRUE(root3_handler.StartRootDIE(1, in TEST_F() 1539 ASSERT_TRUE(root3_handler.EndAttributes()); in TEST_F() [all …]
|