Searched refs:NamedScopeHandler (Results 1 – 2 of 2) sorted by relevance
571 class DwarfCUToModule::NamedScopeHandler: public GenericDIEHandler { class in google_breakpad::DwarfCUToModule573 NamedScopeHandler(CUContext *cu_context, DIEContext *parent_context, in NamedScopeHandler() function in google_breakpad::DwarfCUToModule::NamedScopeHandler583 bool DwarfCUToModule::NamedScopeHandler::EndAttributes() { in EndAttributes()588 dwarf2reader::DIEHandler *DwarfCUToModule::NamedScopeHandler::FindChildHandler( in FindChildHandler()598 return new NamedScopeHandler(cu_context_, &child_context_, offset); in FindChildHandler()762 return new NamedScopeHandler(cu_context_.get(), child_context_.get(), in FindChildHandler()
268 class NamedScopeHandler; variable