Searched defs:EndAttributes (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/common/dwarf/
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.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 51 milliseconds