Searched refs:allocations_before_checkpoint_ (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc409 int allocations_before_checkpoint_; member in class:google::protobuf::DescriptorPool::Tables
484 allocations_before_checkpoint_(0) {}
506 allocations_before_checkpoint_ = allocations_.size();
534 for (int i = allocations_before_checkpoint_; i < allocations_.size(); i++) {
541 allocations_.resize(allocations_before_checkpoint_);

Completed in 82 milliseconds