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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc452 allocations_before_checkpoint(tables->allocations_.size()),
463 int allocations_before_checkpoint; member in struct:google::protobuf::DescriptorPool::Tables::CheckPoint
623 for (int i = checkpoint.allocations_before_checkpoint;
632 allocations_.resize(checkpoint.allocations_before_checkpoint);

Completed in 64 milliseconds