Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Ddwarf2diehandler_unittest.cc77 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()
Ddwarf2diehandler.cc69 if (!parent->handler_->EndAttributes()) { in StartDIE()
125 entry->handler_->EndAttributes(); // Ignore return value: no children. in EndDIE()
Ddwarf2diehandler.h235 virtual bool EndAttributes() { return false; } in EndAttributes() function
/external/google-breakpad/src/common/
Ddwarf_cu_to_module_unittest.cc367 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 …]
Ddwarf_cu_to_module.cc485 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
Ddwarf_cu_to_module.h275 bool EndAttributes();