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

/external/google-breakpad/src/common/dwarf/
H A Ddwarf2diehandler_unittest.cc75 MOCK_METHOD0(EndAttributes, bool());
94 MOCK_METHOD0(EndAttributes, bool());
165 EXPECT_CALL(mock_root_handler, EndAttributes())
238 EXPECT_CALL(mock_root_handler, EndAttributes())
312 EXPECT_CALL(mock_root_handler, EndAttributes())
326 EXPECT_CALL(*mock_child1_handler, EndAttributes())
351 EXPECT_CALL(*mock_child3_handler, EndAttributes())
448 EXPECT_CALL(mock_root_handler, EndAttributes())
457 EXPECT_CALL(*mock_child_handler, EndAttributes())
474 EXPECT_CALL(*mock_grandchild_handler, EndAttributes())
[all...]
H A Ddwarf2diehandler.cc65 // attributes' values? If so, call its EndAttributes member function.
68 if (!parent->handler_->EndAttributes()) {
124 entry->handler_->EndAttributes(); // Ignore return value: no children.
H A Ddwarf2diehandler.h134 // - It calls the handler's EndAttributes member function. This
174 // - EndAttributes()
193 // affected by the presence of other attributes. The EndAttributes
226 // must appear, so only when the EndAttributes function is called
233 virtual bool EndAttributes() { return false; } function in class:dwarf2reader::DIEHandler
235 // If EndAttributes returns true to indicate that some of the DIE's
250 // This happens after the EndAttributes call, all FindChildHandler
252 // any). We call Finish on every handler --- even if EndAttributes
/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module_unittest.cc178 // this.root_handler_.EndAttributes, but not this.root_handler_.Finish.
185 // the handler ready to hear about children: call EndAttributes, but
192 // the handler ready to hear about children: call EndAttributes, but
201 // function's size. Call EndAttributes and Finish; one cannot define
210 // a DW_AT_name attribute. Call EndAttributes and Finish.
364 ASSERT_TRUE(root_handler_.EndAttributes());
398 if (!handler->EndAttributes()) {
422 if (!handler->EndAttributes()) {
461 EXPECT_TRUE(func->EndAttributes());
484 EXPECT_TRUE(die->EndAttributes());
[all...]
H A Ddwarf_cu_to_module.h248 bool EndAttributes();
H A Ddwarf_cu_to_module.cc256 // Use this from EndAttributes member functions, not ProcessAttribute*
451 bool EndAttributes();
456 // specification_, parent_context_. Computed in EndAttributes.
523 bool DwarfCUToModule::FuncHandler::EndAttributes() { function in class:google_breakpad::DwarfCUToModule::FuncHandler
576 bool EndAttributes();
583 bool DwarfCUToModule::NamedScopeHandler::EndAttributes() { function in class:google_breakpad::DwarfCUToModule::NamedScopeHandler
748 bool DwarfCUToModule::EndAttributes() { function in class:google_breakpad::DwarfCUToModule

Completed in 951 milliseconds