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

  /external/google-breakpad/src/common/dwarf/
dwarf2reader.h 227 if (abbrevs_) delete abbrevs_;
314 // by abbreviation number, which means that abbrevs_[0] is not
316 std::vector<Abbrev>* abbrevs_; member in class:dwarf2reader::CompilationUnit
    [all...]
dwarf2reader.cc 57 sections_(sections), handler_(handler), abbrevs_(NULL),
69 if (abbrevs_)
80 abbrevs_ = new std::vector<Abbrev>;
81 abbrevs_->resize(1);
129 assert(abbrev.number == abbrevs_->size());
130 abbrevs_->push_back(abbrev);
502 const Abbrev& abbrev = abbrevs_->at(static_cast<size_t>(abbrev_num));
    [all...]

Completed in 171 milliseconds