Searched refs:EndAttributes (Results 1 – 6 of 6) sorted by relevance
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2diehandler_unittest.cc | 77 MOCK_METHOD0(EndAttributes, bool()); 96 MOCK_METHOD0(EndAttributes, bool()); 168 EXPECT_CALL(mock_root_handler, EndAttributes()) in TEST() 242 EXPECT_CALL(mock_root_handler, EndAttributes()) in TEST() 316 EXPECT_CALL(mock_root_handler, EndAttributes()) in TEST() 330 EXPECT_CALL(*mock_child1_handler, EndAttributes()) in TEST() 355 EXPECT_CALL(*mock_child3_handler, EndAttributes()) in TEST() 452 EXPECT_CALL(mock_root_handler, EndAttributes()) in TEST() 461 EXPECT_CALL(*mock_child_handler, EndAttributes()) in TEST() 478 EXPECT_CALL(*mock_grandchild_handler, EndAttributes()) in TEST()
|
D | dwarf2diehandler.cc | 69 if (!parent->handler_->EndAttributes()) { in StartDIE() 125 entry->handler_->EndAttributes(); // Ignore return value: no children. in EndDIE()
|
D | dwarf2diehandler.h | 235 virtual bool EndAttributes() { return false; } in EndAttributes() function
|
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module_unittest.cc | 367 ASSERT_TRUE(root_handler_.EndAttributes()); in StartCU() 401 if (!handler->EndAttributes()) { in StartNamedDIE() 425 if (!handler->EndAttributes()) { in StartSpecifiedDIE() 464 EXPECT_TRUE(func->EndAttributes()); in DefineFunction() 487 EXPECT_TRUE(die->EndAttributes()); in DeclarationDIE() 516 EXPECT_TRUE(die->EndAttributes()); in DefinitionDIE() 544 EXPECT_TRUE(die->EndAttributes()); in AbstractInstanceDIE() 573 EXPECT_TRUE(func->EndAttributes()); in DefineInlineInstanceDIE() 1524 ASSERT_TRUE(root1_handler.EndAttributes()); in TEST_F() 1536 ASSERT_TRUE(root2_handler.EndAttributes()); in TEST_F() [all …]
|
D | dwarf_cu_to_module.cc | 485 bool EndAttributes(); 563 bool DwarfCUToModule::FuncHandler::EndAttributes() { in EndAttributes() function in google_breakpad::DwarfCUToModule::FuncHandler 670 bool EndAttributes(); 677 bool DwarfCUToModule::NamedScopeHandler::EndAttributes() { in EndAttributes() function in google_breakpad::DwarfCUToModule::NamedScopeHandler 865 bool DwarfCUToModule::EndAttributes() { in EndAttributes() function in google_breakpad::DwarfCUToModule
|
D | dwarf_cu_to_module.h | 275 bool EndAttributes();
|