Searched refs:child_context_ (Results 1 – 2 of 2) sorted by relevance
580 DIEContext child_context_; // A context for our children. member in google_breakpad::DwarfCUToModule::NamedScopeHandler584 child_context_.name = ComputeQualifiedName(); in EndAttributes()593 return new FuncHandler(cu_context_, &child_context_, offset); in FindChildHandler()598 return new NamedScopeHandler(cu_context_, &child_context_, offset); in FindChildHandler()698 child_context_(new DIEContext()), in DwarfCUToModule()757 return new FuncHandler(cu_context_.get(), child_context_.get(), offset); in FindChildHandler()762 return new NamedScopeHandler(cu_context_.get(), child_context_.get(), in FindChildHandler()
301 scoped_ptr<DIEContext> child_context_; variable