HomeSort by relevance Sort by last modified time
    Searched refs:child_context_ (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/common/
dwarf_cu_to_module.cc 580 DIEContext child_context_; // A context for our children. member in class:google_breakpad::DwarfCUToModule::NamedScopeHandler
584 child_context_.name = ComputeQualifiedName();
593 return new FuncHandler(cu_context_, &child_context_, offset);
598 return new NamedScopeHandler(cu_context_, &child_context_, offset);
698 child_context_(new DIEContext()),
757 return new FuncHandler(cu_context_.get(), child_context_.get(), offset);
762 return new NamedScopeHandler(cu_context_.get(), child_context_.get(),
    [all...]
dwarf_cu_to_module.h 288 // The only reason cu_context_ and child_context_ are pointers is
301 scoped_ptr<DIEContext> child_context_; member in class:google_breakpad::DwarfCUToModule

Completed in 298 milliseconds