Searched refs:used_ (Results 1 – 1 of 1) sorted by relevance
523 : capacity_(0), used_(0), hash_table_(NULL), section_table_(), in Dwp_index()558 { return this->used_; } in hash_table_used_slots()593 unsigned int used_; member in gold::Dwp_output_file::Dwp_index1777 ++this->used_; in enter_set()1780 if (this->used_ * 3 > this->capacity_ * 2) in enter_set()1804 unsigned int old_used = this->used_; in grow()1811 this->used_ = 0; in grow()1824 ++this->used_; in grow()1827 gold_assert(this->used_ == old_used); in grow()