Tables 323 third_party/protobuf/src/google/protobuf/descriptor.cc class DescriptorPool::Tables { Tables 325 third_party/protobuf/src/google/protobuf/descriptor.cc Tables(); Tables 326 third_party/protobuf/src/google/protobuf/descriptor.cc ~Tables(); Tables 448 third_party/protobuf/src/google/protobuf/descriptor.cc explicit CheckPoint(const Tables* tables) Tables 540 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorPool::Tables::Tables() Tables 548 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorPool::Tables::~Tables() { Tables 573 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorPool::Tables::AddCheckpoint() { Tables 577 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorPool::Tables::ClearLastCheckpoint() { Tables 589 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorPool::Tables::RollbackToLastCheckpoint() { Tables 638 third_party/protobuf/src/google/protobuf/descriptor.cc inline Symbol DescriptorPool::Tables::FindSymbol(const string& key) const { Tables 665 third_party/protobuf/src/google/protobuf/descriptor.cc Symbol DescriptorPool::Tables::FindByNameHelper( Tables 686 third_party/protobuf/src/google/protobuf/descriptor.cc inline const FileDescriptor* DescriptorPool::Tables::FindFile( Tables 713 third_party/protobuf/src/google/protobuf/descriptor.cc inline const FieldDescriptor* DescriptorPool::Tables::FindExtension( Tables 718 third_party/protobuf/src/google/protobuf/descriptor.cc inline void DescriptorPool::Tables::FindAllExtensions( Tables 729 third_party/protobuf/src/google/protobuf/descriptor.cc bool DescriptorPool::Tables::AddSymbol( Tables 745 third_party/protobuf/src/google/protobuf/descriptor.cc bool DescriptorPool::Tables::AddFile(const FileDescriptor* file) { Tables 785 third_party/protobuf/src/google/protobuf/descriptor.cc bool DescriptorPool::Tables::AddExtension(const FieldDescriptor* field) { Tables 798 third_party/protobuf/src/google/protobuf/descriptor.cc Type* DescriptorPool::Tables::Allocate() { Tables 803 third_party/protobuf/src/google/protobuf/descriptor.cc Type* DescriptorPool::Tables::AllocateArray(int count) { Tables 807 third_party/protobuf/src/google/protobuf/descriptor.cc string* DescriptorPool::Tables::AllocateString(const string& value) { Tables 814 third_party/protobuf/src/google/protobuf/descriptor.cc Type* DescriptorPool::Tables::AllocateMessage(Type* dummy) { Tables 820 third_party/protobuf/src/google/protobuf/descriptor.cc FileDescriptorTables* DescriptorPool::Tables::AllocateFileTables() { Tables 826 third_party/protobuf/src/google/protobuf/descriptor.cc void* DescriptorPool::Tables::AllocateBytes(int size) { Tables 848 third_party/protobuf/src/google/protobuf/descriptor.cc tables_(new Tables), Tables 858 third_party/protobuf/src/google/protobuf/descriptor.cc tables_(new Tables), Tables 868 third_party/protobuf/src/google/protobuf/descriptor.cc tables_(new Tables), Tables 2133 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorPool::Tables* tables, Tables 2143 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorPool::Tables* tables_; // for convenience Tables 2528 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorPool::Tables* tables, Tables 1296 third_party/protobuf/src/google/protobuf/descriptor.h class Tables; Tables 1297 third_party/protobuf/src/google/protobuf/descriptor.h scoped_ptr<Tables> tables_;