Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc662 tables->symbols_after_checkpoint_.size()), in CheckPoint()
677 std::vector<const char*> symbols_after_checkpoint_; member in google::protobuf::DescriptorPool::Tables
848 symbols_after_checkpoint_.clear(); in ClearLastCheckpoint()
859 i < symbols_after_checkpoint_.size(); i++) { in RollbackToLastCheckpoint()
860 symbols_by_name_.erase(symbols_after_checkpoint_[i]); in RollbackToLastCheckpoint()
871 symbols_after_checkpoint_.resize( in RollbackToLastCheckpoint()
1094 symbols_after_checkpoint_.push_back(full_name.c_str()); in AddSymbol()