Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc524 struct CheckPoint { struct in google::protobuf::DescriptorPool::Tables
525 explicit CheckPoint(const Tables* tables) in CheckPoint() argument
545 vector<CheckPoint> checkpoints_;
703 checkpoints_.push_back(CheckPoint(this)); in AddCheckpoint()
720 const CheckPoint& checkpoint = checkpoints_.back(); in RollbackToLastCheckpoint()