Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc676 std::vector<CheckPoint> checkpoints_; member in google::protobuf::DescriptorPool::Tables
816 DescriptorPool::Tables::~Tables() { GOOGLE_DCHECK(checkpoints_.empty()); } in ~Tables()
839 checkpoints_.push_back(CheckPoint(this)); in AddCheckpoint()
843 GOOGLE_DCHECK(!checkpoints_.empty()); in ClearLastCheckpoint()
844 checkpoints_.pop_back(); in ClearLastCheckpoint()
845 if (checkpoints_.empty()) { in ClearLastCheckpoint()
855 GOOGLE_DCHECK(!checkpoints_.empty()); in RollbackToLastCheckpoint()
856 const CheckPoint& checkpoint = checkpoints_.back(); in RollbackToLastCheckpoint()
882 checkpoints_.pop_back(); in RollbackToLastCheckpoint()