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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc468 vector<CheckPoint> checkpoints_; member in class:google::protobuf::DescriptorPool::Tables
549 GOOGLE_DCHECK(checkpoints_.empty());
574 checkpoints_.push_back(CheckPoint(this));
578 GOOGLE_DCHECK(!checkpoints_.empty());
579 checkpoints_.pop_back();
580 if (checkpoints_.empty()) {
590 GOOGLE_DCHECK(!checkpoints_.empty());
591 const CheckPoint& checkpoint = checkpoints_.back();
633 checkpoints_.pop_back();

Completed in 102 milliseconds