Searched refs:checkpoints_ (Results 1 – 1 of 1) sorted by relevance
545 vector<CheckPoint> checkpoints_; member in google::protobuf::DescriptorPool::Tables652 GOOGLE_DCHECK(checkpoints_.empty()); in ~Tables()703 checkpoints_.push_back(CheckPoint(this)); in AddCheckpoint()707 GOOGLE_DCHECK(!checkpoints_.empty()); in ClearLastCheckpoint()708 checkpoints_.pop_back(); in ClearLastCheckpoint()709 if (checkpoints_.empty()) { in ClearLastCheckpoint()719 GOOGLE_DCHECK(!checkpoints_.empty()); in RollbackToLastCheckpoint()720 const CheckPoint& checkpoint = checkpoints_.back(); in RollbackToLastCheckpoint()762 checkpoints_.pop_back(); in RollbackToLastCheckpoint()