Searched refs:EndAttributes (Results 1 – 6 of 6) sorted by relevance
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2diehandler_unittest.cc | 75 MOCK_METHOD0(EndAttributes, bool()); 94 MOCK_METHOD0(EndAttributes, bool()); 165 EXPECT_CALL(mock_root_handler, EndAttributes()) in TEST() 238 EXPECT_CALL(mock_root_handler, EndAttributes()) in TEST() 312 EXPECT_CALL(mock_root_handler, EndAttributes()) in TEST() 326 EXPECT_CALL(*mock_child1_handler, EndAttributes()) in TEST() 351 EXPECT_CALL(*mock_child3_handler, EndAttributes()) in TEST() 448 EXPECT_CALL(mock_root_handler, EndAttributes()) in TEST() 457 EXPECT_CALL(*mock_child_handler, EndAttributes()) in TEST() 474 EXPECT_CALL(*mock_grandchild_handler, EndAttributes()) in TEST()
|
D | dwarf2diehandler.cc | 68 if (!parent->handler_->EndAttributes()) { in StartDIE() 124 entry->handler_->EndAttributes(); // Ignore return value: no children. in EndDIE()
|
D | dwarf2diehandler.h | 233 virtual bool EndAttributes() { return false; } in EndAttributes() function
|
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module_unittest.cc | 364 ASSERT_TRUE(root_handler_.EndAttributes()); in StartCU() 398 if (!handler->EndAttributes()) { in StartNamedDIE() 422 if (!handler->EndAttributes()) { in StartSpecifiedDIE() 461 EXPECT_TRUE(func->EndAttributes()); in DefineFunction() 484 EXPECT_TRUE(die->EndAttributes()); in DeclarationDIE() 513 EXPECT_TRUE(die->EndAttributes()); in DefinitionDIE() 541 EXPECT_TRUE(die->EndAttributes()); in AbstractInstanceDIE() 570 EXPECT_TRUE(func->EndAttributes()); in DefineInlineInstanceDIE() 1450 ASSERT_TRUE(root1_handler.EndAttributes()); in TEST_F() 1462 ASSERT_TRUE(root2_handler.EndAttributes()); in TEST_F() [all …]
|
D | dwarf_cu_to_module.cc | 451 bool EndAttributes(); 523 bool DwarfCUToModule::FuncHandler::EndAttributes() { in EndAttributes() function in google_breakpad::DwarfCUToModule::FuncHandler 576 bool EndAttributes(); 583 bool DwarfCUToModule::NamedScopeHandler::EndAttributes() { in EndAttributes() function in google_breakpad::DwarfCUToModule::NamedScopeHandler 748 bool DwarfCUToModule::EndAttributes() { in EndAttributes() function in google_breakpad::DwarfCUToModule
|
D | dwarf_cu_to_module.h | 248 bool EndAttributes();
|