Searched refs:checkpoints_ (Results 1 – 1 of 1) sorted by relevance
488 vector<CheckPoint> checkpoints_; member in google::protobuf::DescriptorPool::Tables586 GOOGLE_DCHECK(checkpoints_.empty()); in ~Tables()611 checkpoints_.push_back(CheckPoint(this)); in AddCheckpoint()615 GOOGLE_DCHECK(!checkpoints_.empty()); in ClearLastCheckpoint()616 checkpoints_.pop_back(); in ClearLastCheckpoint()617 if (checkpoints_.empty()) { in ClearLastCheckpoint()627 GOOGLE_DCHECK(!checkpoints_.empty()); in RollbackToLastCheckpoint()628 const CheckPoint& checkpoint = checkpoints_.back(); in RollbackToLastCheckpoint()670 checkpoints_.pop_back(); in RollbackToLastCheckpoint()