Searched refs:file_tables_ (Results 1 – 1 of 1) sorted by relevance
517 vector<FileDescriptorTables*> file_tables_; // All file tables in the pool. member in google::protobuf::DescriptorPool::Tables528 file_tables_before_checkpoint(tables->file_tables_.size()), in CheckPoint()660 STLDeleteElements(&file_tables_); in ~Tables()750 file_tables_.begin() + checkpoint.file_tables_before_checkpoint, in RollbackToLastCheckpoint()751 file_tables_.end()); in RollbackToLastCheckpoint()760 file_tables_.resize(checkpoint.file_tables_before_checkpoint); in RollbackToLastCheckpoint()1006 file_tables_.push_back(result); in AllocateFileTables()2791 FileDescriptorTables* file_tables_; member in google::protobuf::DescriptorBuilder3592 if (!file_tables_->AddAliasUnderParent(parent, name, symbol)) { in AddSymbol()3867 file_tables_ = tables_->AllocateFileTables(); in BuildFileImpl()[all …]