Home
last modified time | relevance | path

Searched refs:total_size_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Drepeated_field.cc48 if (total_size_ >= new_size) { in InternalExtend()
56 std::max(total_size_ * 2, new_size)); in InternalExtend()
69 total_size_ = new_size; in InternalExtend()
Drepeated_field.h244 int total_size_; variable
521 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 …]