Home
last modified time | relevance | path

Searched refs:child_context_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc674 DIEContext child_context_; // A context for our children. member in google_breakpad::DwarfCUToModule::NamedScopeHandler
678 child_context_.name = ComputeQualifiedName(); in EndAttributes()
687 return new FuncHandler(cu_context_, &child_context_, offset); in FindChildHandler()
692 return new NamedScopeHandler(cu_context_, &child_context_, offset); in FindChildHandler()
805 child_context_(new DIEContext()), in DwarfCUToModule()
874 return new FuncHandler(cu_context_.get(), child_context_.get(), offset); in FindChildHandler()
880 return new NamedScopeHandler(cu_context_.get(), child_context_.get(), in FindChildHandler()
Ddwarf_cu_to_module.h328 scoped_ptr<DIEContext> child_context_; variable