Searched refs:file_tables_ (Results 1 – 1 of 1) sorted by relevance
460 vector<FileDescriptorTables*> file_tables_; // All file tables in the pool. member in google::protobuf::DescriptorPool::Tables471 file_tables_before_checkpoint(tables->file_tables_.size()), in CheckPoint()594 STLDeleteElements(&file_tables_); in ~Tables()658 file_tables_.begin() + checkpoint.file_tables_before_checkpoint, in RollbackToLastCheckpoint()659 file_tables_.end()); in RollbackToLastCheckpoint()668 file_tables_.resize(checkpoint.file_tables_before_checkpoint); in RollbackToLastCheckpoint()861 file_tables_.push_back(result); in AllocateFileTables()2305 FileDescriptorTables* file_tables_; member in google::protobuf::DescriptorBuilder3095 if (!file_tables_->AddAliasUnderParent(parent, name, symbol)) { in AddSymbol()3358 file_tables_ = tables_->AllocateFileTables(); in BuildFile()[all …]