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.cc75 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()
Ddwarf2diehandler.cc68 if (!parent->handler_->EndAttributes()) { in StartDIE()
124 entry->handler_->EndAttributes(); // Ignore return value: no children. in EndDIE()
Ddwarf2diehandler.h233 virtual bool EndAttributes() { return false; } in EndAttributes() function
/external/google-breakpad/src/common/
Ddwarf_cu_to_module_unittest.cc364 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 …]
Ddwarf_cu_to_module.cc451 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
Ddwarf_cu_to_module.h248 bool EndAttributes();