Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc664 struct CheckPoint { struct in google::protobuf::DescriptorPool::Tables
665 explicit CheckPoint(const Tables* tables) in CheckPoint() function
686 std::vector<CheckPoint> checkpoints_;
841 checkpoints_.push_back(CheckPoint(this)); in AddCheckpoint()
858 const CheckPoint& checkpoint = checkpoints_.back(); in RollbackToLastCheckpoint()