Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.cc653 bool DwarfCUToModule::InlineHandler::EndAttributes() { in EndAttributes() function in google_breakpad::DwarfCUToModule::InlineHandler
839 bool DwarfCUToModule::FuncHandler::EndAttributes() { in EndAttributes() function in google_breakpad::DwarfCUToModule::FuncHandler
951 bool DwarfCUToModule::NamedScopeHandler::EndAttributes() { in EndAttributes() function in google_breakpad::DwarfCUToModule::NamedScopeHandler
1164 bool DwarfCUToModule::EndAttributes() { in EndAttributes() function in google_breakpad::DwarfCUToModule
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Ddwarf2diehandler.h235 virtual bool EndAttributes() { return false; } in EndAttributes() function