Searched refs:total_size_ (Results 1 – 2 of 2) sorted by relevance
48 if (total_size_ >= new_size) { in InternalExtend()56 std::max(total_size_ * 2, new_size)); in InternalExtend()69 total_size_ = new_size; in InternalExtend()
244 int total_size_; variable521 int total_size_;977 total_size_(0),984 total_size_(0),998 total_size_(0),1007 total_size_(0),1026 InternalDeallocate(rep_, total_size_);1049 return total_size_;1054 GOOGLE_DCHECK_LT(current_size_, total_size_);1060 GOOGLE_DCHECK_LT(current_size_, total_size_);[all …]