Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Ddwarf_cu_to_module_unittest.cc1519 DwarfCUToModule root1_handler(&fc, &lr, nullptr, &reporter_); in TEST_F() local
1520 ASSERT_TRUE(root1_handler.StartCompilationUnit(0, 1, 2, 3, 3)); in TEST_F()
1521 ASSERT_TRUE(root1_handler.StartRootDIE(1, in TEST_F()
1523 ProcessStrangeAttributes(&root1_handler); in TEST_F()
1524 ASSERT_TRUE(root1_handler.EndAttributes()); in TEST_F()
1525 DeclarationDIE(&root1_handler, 0xb8fbfdd5f0b26fceULL, in TEST_F()
1527 root1_handler.Finish(); in TEST_F()
1578 DwarfCUToModule root1_handler(&fc, &lr, nullptr, &reporter_); in TEST_F() local
1579 ASSERT_TRUE(root1_handler.StartCompilationUnit(0, 1, 2, 3, 3)); in TEST_F()
1580 ASSERT_TRUE(root1_handler.StartRootDIE(1, in TEST_F()
[all …]