Searched refs:NamedScopeHandler (Results 1 – 2 of 2) sorted by relevance
665 class DwarfCUToModule::NamedScopeHandler: public GenericDIEHandler { class in google_breakpad::DwarfCUToModule667 NamedScopeHandler(CUContext *cu_context, DIEContext *parent_context, in NamedScopeHandler() function in google_breakpad::DwarfCUToModule::NamedScopeHandler677 bool DwarfCUToModule::NamedScopeHandler::EndAttributes() { in EndAttributes()682 dwarf2reader::DIEHandler *DwarfCUToModule::NamedScopeHandler::FindChildHandler( in FindChildHandler()692 return new NamedScopeHandler(cu_context_, &child_context_, offset); in FindChildHandler()880 return new NamedScopeHandler(cu_context_.get(), child_context_.get(), in FindChildHandler()
295 class NamedScopeHandler; variable