Searched refs:old_capacity (Results 1 – 1 of 1) sorted by relevance
1801 unsigned int old_capacity = this->capacity_; in grow() local1806 this->capacity_ = old_capacity * 2; in grow()1813 for (unsigned int i = 0; i < old_capacity; ++i) in grow()