Home
last modified time | relevance | path

Searched refs:root3_handler (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/
Ddwarf_cu_to_module_unittest.cc1549 DwarfCUToModule root3_handler(&fc, &lr, nullptr, &reporter_); in TEST_F() local
1550 ASSERT_TRUE(root3_handler.StartCompilationUnit(0, 1, 2, 3, 3)); in TEST_F()
1551 ASSERT_TRUE(root3_handler.StartRootDIE(1, in TEST_F()
1553 ASSERT_TRUE(root3_handler.EndAttributes()); in TEST_F()
1554 DefinitionDIE(&root3_handler, dwarf2reader::DW_TAG_subprogram, in TEST_F()
1557 root3_handler.Finish(); in TEST_F()
1609 DwarfCUToModule root3_handler(&fc, &lr, nullptr, &reporter_); in TEST_F() local
1610 ASSERT_TRUE(root3_handler.StartCompilationUnit(0, 1, 2, 3, 3)); in TEST_F()
1611 ASSERT_TRUE(root3_handler.StartRootDIE(1, in TEST_F()
1613 ASSERT_TRUE(root3_handler.EndAttributes()); in TEST_F()
[all …]