Home | History | Annotate | Download | only in gold

Lines Matching full:used_

523       : capacity_(0), used_(0), hash_table_(NULL), section_table_(),
558 { return this->used_; }
593 unsigned int used_;
1777 ++this->used_;
1780 if (this->used_ * 3 > this->capacity_ * 2)
1804 unsigned int old_used = this->used_;
1811 this->used_ = 0;
1824 ++this->used_;
1827 gold_assert(this->used_ == old_used);