Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc467 struct CheckPoint { struct in google::protobuf::DescriptorPool::Tables
468 explicit CheckPoint(const Tables* tables) in CheckPoint() argument
488 vector<CheckPoint> checkpoints_;
611 checkpoints_.push_back(CheckPoint(this)); in AddCheckpoint()
628 const CheckPoint& checkpoint = checkpoints_.back(); in RollbackToLastCheckpoint()