DescriptorPool    235 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       final DescriptorPool pool = new DescriptorPool(dependencies);
DescriptorPool    345 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java     private final DescriptorPool pool;
DescriptorPool    349 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java                            final DescriptorPool pool)
DescriptorPool    537 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java         new DescriptorPool.DescriptorIntPair(this, number));
DescriptorPool    966 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java               DescriptorPool.SearchFilter.TYPES_ONLY);
DescriptorPool    984 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java               DescriptorPool.SearchFilter.TYPES_ONLY);
DescriptorPool   1226 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java         new DescriptorPool.DescriptorIntPair(this, number));
DescriptorPool   1500 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java             DescriptorPool.SearchFilter.TYPES_ONLY);
DescriptorPool   1509 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java             DescriptorPool.SearchFilter.TYPES_ONLY);
DescriptorPool   1716 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java                                    final DescriptorPool.SearchFilter filter)
DescriptorPool   1763 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java                 DescriptorPool.SearchFilter.AGGREGATES_ONLY);
DescriptorPool     48 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc static google::protobuf::DescriptorPool* g_descriptor_pool = NULL;
DescriptorPool    152 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc   const google::protobuf::DescriptorPool* pool;
DescriptorPool    276 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc google::protobuf::DescriptorPool* GetDescriptorPool() {
DescriptorPool    278 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc     g_descriptor_pool = new google::protobuf::DescriptorPool(
DescriptorPool    279 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc         google::protobuf::DescriptorPool::generated_pool());
DescriptorPool    308 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc   if (google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
DescriptorPool     81 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.h google::protobuf::DescriptorPool* GetDescriptorPool();
DescriptorPool    708 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       DescriptorPool pool;
DescriptorPool   1302 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc bool CommandLineInterface::EncodeOrDecode(const DescriptorPool* pool) {
DescriptorPool     52 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h class DescriptorPool;        // descriptor.h
DescriptorPool    244 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h   bool EncodeOrDecode(const DescriptorPool* pool);
DescriptorPool   1345 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc     DescriptorPool::generated_pool()->InternalIsFileLoaded(
DescriptorPool     93 third_party/protobuf/src/google/protobuf/compiler/importer.h   DescriptorPool::ErrorCollector* GetValidationErrorCollector() {
DescriptorPool    112 third_party/protobuf/src/google/protobuf/compiler/importer.h   class LIBPROTOBUF_EXPORT ValidationErrorCollector : public DescriptorPool::ErrorCollector {
DescriptorPool    165 third_party/protobuf/src/google/protobuf/compiler/importer.h   inline const DescriptorPool* pool() const {
DescriptorPool    171 third_party/protobuf/src/google/protobuf/compiler/importer.h   DescriptorPool pool_;
DescriptorPool     98 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc                        const DescriptorPool& alternate_pool,
DescriptorPool    354 third_party/protobuf/src/google/protobuf/compiler/parser.cc     DescriptorPool::ErrorCollector::ErrorLocation location) {
DescriptorPool    536 third_party/protobuf/src/google/protobuf/compiler/parser.cc         message, DescriptorPool::ErrorCollector::NAME);
DescriptorPool    660 third_party/protobuf/src/google/protobuf/compiler/parser.cc     location.RecordLegacyLocation(field, DescriptorPool::ErrorCollector::TYPE);
DescriptorPool    679 third_party/protobuf/src/google/protobuf/compiler/parser.cc     location.RecordLegacyLocation(field, DescriptorPool::ErrorCollector::NAME);
DescriptorPool    689 third_party/protobuf/src/google/protobuf/compiler/parser.cc         field, DescriptorPool::ErrorCollector::NUMBER);
DescriptorPool    717 third_party/protobuf/src/google/protobuf/compiler/parser.cc           group, DescriptorPool::ErrorCollector::NAME);
DescriptorPool    788 third_party/protobuf/src/google/protobuf/compiler/parser.cc       field, DescriptorPool::ErrorCollector::DEFAULT_VALUE);
DescriptorPool    986 third_party/protobuf/src/google/protobuf/compiler/parser.cc         uninterpreted_option, DescriptorPool::ErrorCollector::OPTION_NAME);
DescriptorPool   1007 third_party/protobuf/src/google/protobuf/compiler/parser.cc         uninterpreted_option, DescriptorPool::ErrorCollector::OPTION_VALUE);
DescriptorPool   1106 third_party/protobuf/src/google/protobuf/compiler/parser.cc         range, DescriptorPool::ErrorCollector::NUMBER);
DescriptorPool   1186 third_party/protobuf/src/google/protobuf/compiler/parser.cc             field, DescriptorPool::ErrorCollector::EXTENDEE);
DescriptorPool   1216 third_party/protobuf/src/google/protobuf/compiler/parser.cc         enum_type, DescriptorPool::ErrorCollector::NAME);
DescriptorPool   1268 third_party/protobuf/src/google/protobuf/compiler/parser.cc         enum_value, DescriptorPool::ErrorCollector::NAME);
DescriptorPool   1280 third_party/protobuf/src/google/protobuf/compiler/parser.cc         enum_value, DescriptorPool::ErrorCollector::NUMBER);
DescriptorPool   1323 third_party/protobuf/src/google/protobuf/compiler/parser.cc         service, DescriptorPool::ErrorCollector::NAME);
DescriptorPool   1375 third_party/protobuf/src/google/protobuf/compiler/parser.cc         method, DescriptorPool::ErrorCollector::NAME);
DescriptorPool   1385 third_party/protobuf/src/google/protobuf/compiler/parser.cc         method, DescriptorPool::ErrorCollector::INPUT_TYPE);
DescriptorPool   1397 third_party/protobuf/src/google/protobuf/compiler/parser.cc         method, DescriptorPool::ErrorCollector::OUTPUT_TYPE);
DescriptorPool   1526 third_party/protobuf/src/google/protobuf/compiler/parser.cc     location.RecordLegacyLocation(file, DescriptorPool::ErrorCollector::NAME);
DescriptorPool   1583 third_party/protobuf/src/google/protobuf/compiler/parser.cc     DescriptorPool::ErrorCollector::ErrorLocation location,
DescriptorPool   1600 third_party/protobuf/src/google/protobuf/compiler/parser.cc     DescriptorPool::ErrorCollector::ErrorLocation location,
DescriptorPool    246 third_party/protobuf/src/google/protobuf/compiler/parser.h         DescriptorPool::ErrorCollector::ErrorLocation location);
DescriptorPool    455 third_party/protobuf/src/google/protobuf/compiler/parser.h             DescriptorPool::ErrorCollector::ErrorLocation location,
DescriptorPool    460 third_party/protobuf/src/google/protobuf/compiler/parser.h            DescriptorPool::ErrorCollector::ErrorLocation location,
DescriptorPool    468 third_party/protobuf/src/google/protobuf/compiler/parser.h     pair<const Message*, DescriptorPool::ErrorCollector::ErrorLocation>,
DescriptorPool     75 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc class MockValidationErrorCollector : public DescriptorPool::ErrorCollector {
DescriptorPool    175 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   DescriptorPool pool_;
DescriptorPool    113 third_party/protobuf/src/google/protobuf/compiler/plugin.cc   DescriptorPool pool;
DescriptorPool     41 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc     ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
DescriptorPool     58 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool     74 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool     91 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    132 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc   ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
DescriptorPool    391 third_party/protobuf/src/google/protobuf/descriptor.cc     const DescriptorPool* pool, const string& name) const;
DescriptorPool    540 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorPool::Tables::Tables()
DescriptorPool    548 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorPool::Tables::~Tables() {
DescriptorPool    573 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorPool::Tables::AddCheckpoint() {
DescriptorPool    577 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorPool::Tables::ClearLastCheckpoint() {
DescriptorPool    589 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorPool::Tables::RollbackToLastCheckpoint() {
DescriptorPool    638 third_party/protobuf/src/google/protobuf/descriptor.cc inline Symbol DescriptorPool::Tables::FindSymbol(const string& key) const {
DescriptorPool    665 third_party/protobuf/src/google/protobuf/descriptor.cc Symbol DescriptorPool::Tables::FindByNameHelper(
DescriptorPool    666 third_party/protobuf/src/google/protobuf/descriptor.cc     const DescriptorPool* pool, const string& name) const {
DescriptorPool    686 third_party/protobuf/src/google/protobuf/descriptor.cc inline const FileDescriptor* DescriptorPool::Tables::FindFile(
DescriptorPool    713 third_party/protobuf/src/google/protobuf/descriptor.cc inline const FieldDescriptor* DescriptorPool::Tables::FindExtension(
DescriptorPool    718 third_party/protobuf/src/google/protobuf/descriptor.cc inline void DescriptorPool::Tables::FindAllExtensions(
DescriptorPool    729 third_party/protobuf/src/google/protobuf/descriptor.cc bool DescriptorPool::Tables::AddSymbol(
DescriptorPool    745 third_party/protobuf/src/google/protobuf/descriptor.cc bool DescriptorPool::Tables::AddFile(const FileDescriptor* file) {
DescriptorPool    785 third_party/protobuf/src/google/protobuf/descriptor.cc bool DescriptorPool::Tables::AddExtension(const FieldDescriptor* field) {
DescriptorPool    798 third_party/protobuf/src/google/protobuf/descriptor.cc Type* DescriptorPool::Tables::Allocate() {
DescriptorPool    803 third_party/protobuf/src/google/protobuf/descriptor.cc Type* DescriptorPool::Tables::AllocateArray(int count) {
DescriptorPool    807 third_party/protobuf/src/google/protobuf/descriptor.cc string* DescriptorPool::Tables::AllocateString(const string& value) {
DescriptorPool    814 third_party/protobuf/src/google/protobuf/descriptor.cc Type* DescriptorPool::Tables::AllocateMessage(Type* dummy) {
DescriptorPool    820 third_party/protobuf/src/google/protobuf/descriptor.cc FileDescriptorTables* DescriptorPool::Tables::AllocateFileTables() {
DescriptorPool    826 third_party/protobuf/src/google/protobuf/descriptor.cc void* DescriptorPool::Tables::AllocateBytes(int size) {
DescriptorPool    841 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorPool::ErrorCollector::~ErrorCollector() {}
DescriptorPool    843 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorPool::DescriptorPool()
DescriptorPool    852 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorPool::DescriptorPool(DescriptorDatabase* fallback_database,
DescriptorPool    863 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorPool::DescriptorPool(const DescriptorPool* underlay)
DescriptorPool    872 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorPool::~DescriptorPool() {
DescriptorPool    879 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorPool::InternalDontEnforceDependencies() {
DescriptorPool    883 third_party/protobuf/src/google/protobuf/descriptor.cc bool DescriptorPool::InternalIsFileLoaded(const string& filename) const {
DescriptorPool    894 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorPool* generated_pool_ = NULL;
DescriptorPool    906 third_party/protobuf/src/google/protobuf/descriptor.cc   generated_pool_ = new DescriptorPool(generated_database_);
DescriptorPool    917 third_party/protobuf/src/google/protobuf/descriptor.cc const DescriptorPool* DescriptorPool::generated_pool() {
DescriptorPool    922 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorPool* DescriptorPool::internal_generated_pool() {
DescriptorPool    927 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorPool::InternalAddGeneratedFile(
DescriptorPool    962 third_party/protobuf/src/google/protobuf/descriptor.cc const FileDescriptor* DescriptorPool::FindFileByName(const string& name) const {
DescriptorPool    977 third_party/protobuf/src/google/protobuf/descriptor.cc const FileDescriptor* DescriptorPool::FindFileContainingSymbol(
DescriptorPool    994 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* DescriptorPool::FindMessageTypeByName(
DescriptorPool   1000 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* DescriptorPool::FindFieldByName(
DescriptorPool   1011 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* DescriptorPool::FindExtensionByName(
DescriptorPool   1022 third_party/protobuf/src/google/protobuf/descriptor.cc const EnumDescriptor* DescriptorPool::FindEnumTypeByName(
DescriptorPool   1028 third_party/protobuf/src/google/protobuf/descriptor.cc const EnumValueDescriptor* DescriptorPool::FindEnumValueByName(
DescriptorPool   1035 third_party/protobuf/src/google/protobuf/descriptor.cc const ServiceDescriptor* DescriptorPool::FindServiceByName(
DescriptorPool   1041 third_party/protobuf/src/google/protobuf/descriptor.cc const MethodDescriptor* DescriptorPool::FindMethodByName(
DescriptorPool   1047 third_party/protobuf/src/google/protobuf/descriptor.cc const FieldDescriptor* DescriptorPool::FindExtensionByNumber(
DescriptorPool   1067 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorPool::FindAllExtensions(
DescriptorPool   1318 third_party/protobuf/src/google/protobuf/descriptor.cc bool DescriptorPool::TryFindFileInFallbackDatabase(const string& name) const {
DescriptorPool   1333 third_party/protobuf/src/google/protobuf/descriptor.cc bool DescriptorPool::IsSubSymbolOfBuiltType(const string& name) const {
DescriptorPool   1355 third_party/protobuf/src/google/protobuf/descriptor.cc bool DescriptorPool::TryFindSymbolInFallbackDatabase(const string& name) const {
DescriptorPool   1394 third_party/protobuf/src/google/protobuf/descriptor.cc bool DescriptorPool::TryFindExtensionInFallbackDatabase(
DescriptorPool   2132 third_party/protobuf/src/google/protobuf/descriptor.cc   DescriptorBuilder(const DescriptorPool* pool,
DescriptorPool   2133 third_party/protobuf/src/google/protobuf/descriptor.cc                     DescriptorPool::Tables* tables,
DescriptorPool   2134 third_party/protobuf/src/google/protobuf/descriptor.cc                     DescriptorPool::ErrorCollector* error_collector);
DescriptorPool   2142 third_party/protobuf/src/google/protobuf/descriptor.cc   const DescriptorPool* pool_;
DescriptorPool   2143 third_party/protobuf/src/google/protobuf/descriptor.cc   DescriptorPool::Tables* tables_;  // for convenience
DescriptorPool   2144 third_party/protobuf/src/google/protobuf/descriptor.cc   DescriptorPool::ErrorCollector* error_collector_;
DescriptorPool   2169 third_party/protobuf/src/google/protobuf/descriptor.cc                 DescriptorPool::ErrorCollector::ErrorLocation location,
DescriptorPool   2177 third_party/protobuf/src/google/protobuf/descriptor.cc     DescriptorPool::ErrorCollector::ErrorLocation location,
DescriptorPool   2200 third_party/protobuf/src/google/protobuf/descriptor.cc   Symbol FindSymbolNotEnforcingDepsHelper(const DescriptorPool* pool,
DescriptorPool   2409 third_party/protobuf/src/google/protobuf/descriptor.cc     bool AddOptionError(DescriptorPool::ErrorCollector::ErrorLocation location,
DescriptorPool   2419 third_party/protobuf/src/google/protobuf/descriptor.cc       return AddOptionError(DescriptorPool::ErrorCollector::OPTION_NAME, msg);
DescriptorPool   2425 third_party/protobuf/src/google/protobuf/descriptor.cc       return AddOptionError(DescriptorPool::ErrorCollector::OPTION_VALUE, msg);
DescriptorPool   2459 third_party/protobuf/src/google/protobuf/descriptor.cc   static inline bool get_allow_unknown(const DescriptorPool* pool) {
DescriptorPool   2465 third_party/protobuf/src/google/protobuf/descriptor.cc   static inline void assert_mutex_held(const DescriptorPool* pool) {
DescriptorPool   2497 third_party/protobuf/src/google/protobuf/descriptor.cc const FileDescriptor* DescriptorPool::BuildFile(
DescriptorPool   2507 third_party/protobuf/src/google/protobuf/descriptor.cc const FileDescriptor* DescriptorPool::BuildFileCollectingErrors(
DescriptorPool   2519 third_party/protobuf/src/google/protobuf/descriptor.cc const FileDescriptor* DescriptorPool::BuildFileFromDatabase(
DescriptorPool   2527 third_party/protobuf/src/google/protobuf/descriptor.cc     const DescriptorPool* pool,
DescriptorPool   2528 third_party/protobuf/src/google/protobuf/descriptor.cc     DescriptorPool::Tables* tables,
DescriptorPool   2529 third_party/protobuf/src/google/protobuf/descriptor.cc     DescriptorPool::ErrorCollector* error_collector)
DescriptorPool   2541 third_party/protobuf/src/google/protobuf/descriptor.cc     DescriptorPool::ErrorCollector::ErrorLocation location,
DescriptorPool   2559 third_party/protobuf/src/google/protobuf/descriptor.cc     DescriptorPool::ErrorCollector::ErrorLocation location,
DescriptorPool   2589 third_party/protobuf/src/google/protobuf/descriptor.cc     const DescriptorPool* pool, const string& name) {
DescriptorPool   2873 third_party/protobuf/src/google/protobuf/descriptor.cc         AddError(full_name, proto, DescriptorPool::ErrorCollector::NAME,
DescriptorPool   2876 third_party/protobuf/src/google/protobuf/descriptor.cc         AddError(full_name, proto, DescriptorPool::ErrorCollector::NAME,
DescriptorPool   2883 third_party/protobuf/src/google/protobuf/descriptor.cc       AddError(full_name, proto, DescriptorPool::ErrorCollector::NAME,
DescriptorPool   2910 third_party/protobuf/src/google/protobuf/descriptor.cc       AddError(name, proto, DescriptorPool::ErrorCollector::NAME,
DescriptorPool   2921 third_party/protobuf/src/google/protobuf/descriptor.cc     AddError(full_name, proto, DescriptorPool::ErrorCollector::NAME,
DescriptorPool   2930 third_party/protobuf/src/google/protobuf/descriptor.cc         AddError(full_name, proto, DescriptorPool::ErrorCollector::NAME,
DescriptorPool   3058 third_party/protobuf/src/google/protobuf/descriptor.cc       AddError(proto.name(), proto, DescriptorPool::ErrorCollector::OTHER,
DescriptorPool   3098 third_party/protobuf/src/google/protobuf/descriptor.cc     AddError("", proto, DescriptorPool::ErrorCollector::OTHER,
DescriptorPool   3116 third_party/protobuf/src/google/protobuf/descriptor.cc     AddError(proto.name(), proto, DescriptorPool::ErrorCollector::OTHER,
DescriptorPool   3135 third_party/protobuf/src/google/protobuf/descriptor.cc                DescriptorPool::ErrorCollector::OTHER,
DescriptorPool   3157 third_party/protobuf/src/google/protobuf/descriptor.cc                  DescriptorPool::ErrorCollector::OTHER,
DescriptorPool   3176 third_party/protobuf/src/google/protobuf/descriptor.cc                DescriptorPool::ErrorCollector::OTHER,
DescriptorPool   3198 third_party/protobuf/src/google/protobuf/descriptor.cc                DescriptorPool::ErrorCollector::OTHER,
DescriptorPool   3290 third_party/protobuf/src/google/protobuf/descriptor.cc                  DescriptorPool::ErrorCollector::NUMBER,
DescriptorPool   3306 third_party/protobuf/src/google/protobuf/descriptor.cc                  DescriptorPool::ErrorCollector::NUMBER,
DescriptorPool   3367 third_party/protobuf/src/google/protobuf/descriptor.cc              DescriptorPool::ErrorCollector::DEFAULT_VALUE,
DescriptorPool   3422 third_party/protobuf/src/google/protobuf/descriptor.cc                      DescriptorPool::ErrorCollector::DEFAULT_VALUE,
DescriptorPool   3441 third_party/protobuf/src/google/protobuf/descriptor.cc                    DescriptorPool::ErrorCollector::DEFAULT_VALUE,
DescriptorPool   3453 third_party/protobuf/src/google/protobuf/descriptor.cc                    DescriptorPool::ErrorCollector::DEFAULT_VALUE,
DescriptorPool   3495 third_party/protobuf/src/google/protobuf/descriptor.cc     AddError(result->full_name(), proto, DescriptorPool::ErrorCollector::NUMBER,
DescriptorPool   3506 third_party/protobuf/src/google/protobuf/descriptor.cc     AddError(result->full_name(), proto, DescriptorPool::ErrorCollector::NUMBER,
DescriptorPool   3511 third_party/protobuf/src/google/protobuf/descriptor.cc     AddError(result->full_name(), proto, DescriptorPool::ErrorCollector::NUMBER,
DescriptorPool   3522 third_party/protobuf/src/google/protobuf/descriptor.cc                DescriptorPool::ErrorCollector::EXTENDEE,
DescriptorPool   3530 third_party/protobuf/src/google/protobuf/descriptor.cc                DescriptorPool::ErrorCollector::EXTENDEE,
DescriptorPool   3556 third_party/protobuf/src/google/protobuf/descriptor.cc              DescriptorPool::ErrorCollector::NUMBER,
DescriptorPool   3567 third_party/protobuf/src/google/protobuf/descriptor.cc              DescriptorPool::ErrorCollector::NUMBER,
DescriptorPool   3594 third_party/protobuf/src/google/protobuf/descriptor.cc              DescriptorPool::ErrorCollector::NAME,
DescriptorPool   3666 third_party/protobuf/src/google/protobuf/descriptor.cc              DescriptorPool::ErrorCollector::NAME,
DescriptorPool   3794 third_party/protobuf/src/google/protobuf/descriptor.cc                          DescriptorPool::ErrorCollector::EXTENDEE,
DescriptorPool   3799 third_party/protobuf/src/google/protobuf/descriptor.cc                DescriptorPool::ErrorCollector::EXTENDEE,
DescriptorPool   3807 third_party/protobuf/src/google/protobuf/descriptor.cc                DescriptorPool::ErrorCollector::NUMBER,
DescriptorPool   3829 third_party/protobuf/src/google/protobuf/descriptor.cc                          DescriptorPool::ErrorCollector::TYPE,
DescriptorPool   3842 third_party/protobuf/src/google/protobuf/descriptor.cc                  DescriptorPool::ErrorCollector::TYPE,
DescriptorPool   3851 third_party/protobuf/src/google/protobuf/descriptor.cc                  DescriptorPool::ErrorCollector::TYPE,
DescriptorPool   3859 third_party/protobuf/src/google/protobuf/descriptor.cc                  DescriptorPool::ErrorCollector::DEFAULT_VALUE,
DescriptorPool   3865 third_party/protobuf/src/google/protobuf/descriptor.cc                  DescriptorPool::ErrorCollector::TYPE,
DescriptorPool   3890 third_party/protobuf/src/google/protobuf/descriptor.cc                    DescriptorPool::ErrorCollector::DEFAULT_VALUE,
DescriptorPool   3901 third_party/protobuf/src/google/protobuf/descriptor.cc       AddError(field->full_name(), proto, DescriptorPool::ErrorCollector::TYPE,
DescriptorPool   3907 third_party/protobuf/src/google/protobuf/descriptor.cc       AddError(field->full_name(), proto, DescriptorPool::ErrorCollector::TYPE,
DescriptorPool   3921 third_party/protobuf/src/google/protobuf/descriptor.cc                DescriptorPool::ErrorCollector::NUMBER,
DescriptorPool   3929 third_party/protobuf/src/google/protobuf/descriptor.cc                DescriptorPool::ErrorCollector::NUMBER,
DescriptorPool   3986 third_party/protobuf/src/google/protobuf/descriptor.cc                        DescriptorPool::ErrorCollector::INPUT_TYPE,
DescriptorPool   3990 third_party/protobuf/src/google/protobuf/descriptor.cc              DescriptorPool::ErrorCollector::INPUT_TYPE,
DescriptorPool   3999 third_party/protobuf/src/google/protobuf/descriptor.cc                        DescriptorPool::ErrorCollector::OUTPUT_TYPE,
DescriptorPool   4003 third_party/protobuf/src/google/protobuf/descriptor.cc              DescriptorPool::ErrorCollector::OUTPUT_TYPE,
DescriptorPool   4042 third_party/protobuf/src/google/protobuf/descriptor.cc           DescriptorPool::ErrorCollector::OTHER,
DescriptorPool   4067 third_party/protobuf/src/google/protobuf/descriptor.cc           DescriptorPool::ErrorCollector::NUMBER,
DescriptorPool   4084 third_party/protobuf/src/google/protobuf/descriptor.cc                DescriptorPool::ErrorCollector::TYPE,
DescriptorPool   4093 third_party/protobuf/src/google/protobuf/descriptor.cc       DescriptorPool::ErrorCollector::TYPE,
DescriptorPool   4107 third_party/protobuf/src/google/protobuf/descriptor.cc                  DescriptorPool::ErrorCollector::TYPE,
DescriptorPool   4112 third_party/protobuf/src/google/protobuf/descriptor.cc                DescriptorPool::ErrorCollector::NAME,
DescriptorPool   4122 third_party/protobuf/src/google/protobuf/descriptor.cc              DescriptorPool::ErrorCollector::EXTENDEE,
DescriptorPool   4146 third_party/protobuf/src/google/protobuf/descriptor.cc                    DescriptorPool::ErrorCollector::NUMBER,
DescriptorPool   4170 third_party/protobuf/src/google/protobuf/descriptor.cc              DescriptorPool::ErrorCollector::NAME,
DescriptorPool   4187 third_party/protobuf/src/google/protobuf/descriptor.cc     AddError(field->full_name(), proto, DescriptorPool::ErrorCollector::TYPE,
DescriptorPool   4193 third_party/protobuf/src/google/protobuf/descriptor.cc     AddError(field->full_name(), proto, DescriptorPool::ErrorCollector::TYPE,
DescriptorPool   4200 third_party/protobuf/src/google/protobuf/descriptor.cc     AddError(field->full_name(), proto, DescriptorPool::ErrorCollector::TYPE,
DescriptorPool   4215 third_party/protobuf/src/google/protobuf/descriptor.cc     AddError(field->full_name(), proto, DescriptorPool::ErrorCollector::TYPE,
DescriptorPool   4223 third_party/protobuf/src/google/protobuf/descriptor.cc     AddError(field->full_name(), proto, DescriptorPool::ErrorCollector::TYPE,
DescriptorPool   4229 third_party/protobuf/src/google/protobuf/descriptor.cc     AddError(field->full_name(), proto, DescriptorPool::ErrorCollector::TYPE,
DescriptorPool   4701 third_party/protobuf/src/google/protobuf/descriptor.cc       if (enum_type->file()->pool() != DescriptorPool::generated_pool()) {
DescriptorPool     78 third_party/protobuf/src/google/protobuf/descriptor.h class DescriptorPool;
DescriptorPool    899 third_party/protobuf/src/google/protobuf/descriptor.h   const DescriptorPool* pool() const;
DescriptorPool   1002 third_party/protobuf/src/google/protobuf/descriptor.h   const DescriptorPool* pool_;
DescriptorPool   1062 third_party/protobuf/src/google/protobuf/descriptor.h class LIBPROTOBUF_EXPORT DescriptorPool {
DescriptorPool   1065 third_party/protobuf/src/google/protobuf/descriptor.h   DescriptorPool();
DescriptorPool   1087 third_party/protobuf/src/google/protobuf/descriptor.h   explicit DescriptorPool(DescriptorDatabase* fallback_database,
DescriptorPool   1090 third_party/protobuf/src/google/protobuf/descriptor.h   ~DescriptorPool();
DescriptorPool   1095 third_party/protobuf/src/google/protobuf/descriptor.h   static const DescriptorPool* generated_pool();
DescriptorPool   1227 third_party/protobuf/src/google/protobuf/descriptor.h   explicit DescriptorPool(const DescriptorPool* underlay);
DescriptorPool   1240 third_party/protobuf/src/google/protobuf/descriptor.h   static DescriptorPool* internal_generated_pool();
DescriptorPool   1248 third_party/protobuf/src/google/protobuf/descriptor.h   void internal_set_underlay(const DescriptorPool* underlay) {
DescriptorPool   1292 third_party/protobuf/src/google/protobuf/descriptor.h   const DescriptorPool* underlay_;
DescriptorPool   1302 third_party/protobuf/src/google/protobuf/descriptor.h   GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(DescriptorPool);
DescriptorPool   1402 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FileDescriptor, pool, const DescriptorPool*)
DescriptorPool     95 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
DescriptorPool    110 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    135 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    156 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    172 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    194 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    213 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    230 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    247 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    265 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    290 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    308 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    329 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    346 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    361 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    376 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    391 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    412 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    428 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    443 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    461 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       ::google::protobuf::DescriptorPool::generated_pool(),
DescriptorPool    569 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
DescriptorPool    392 third_party/protobuf/src/google/protobuf/descriptor_database.cc DescriptorPoolDatabase::DescriptorPoolDatabase(const DescriptorPool& pool)
DescriptorPool    314 third_party/protobuf/src/google/protobuf/descriptor_database.h   DescriptorPoolDatabase(const DescriptorPool& pool);
DescriptorPool    329 third_party/protobuf/src/google/protobuf/descriptor_database.h   const DescriptorPool& pool_;
DescriptorPool    152 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc   DescriptorPool pool_;
DescriptorPool    248 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool_;
DescriptorPool    466 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool_;
DescriptorPool    716 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool_;
DescriptorPool    893 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool_;
DescriptorPool   1060 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool_;
DescriptorPool   1236 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool_;
DescriptorPool   1419 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool_;
DescriptorPool   1542 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     pool_.reset(new DescriptorPool());
DescriptorPool   1570 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   scoped_ptr<DescriptorPool> pool_;
DescriptorPool   1706 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool;
DescriptorPool   1790 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool;
DescriptorPool   1828 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc         pool_.reset(new DescriptorPool);
DescriptorPool   1831 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc         pool_.reset(new DescriptorPool(&db_));
DescriptorPool   1907 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   scoped_ptr<DescriptorPool> pool_;
DescriptorPool   2262 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool;
DescriptorPool   2321 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool;
DescriptorPool   2439 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc class MockErrorCollector : public DescriptorPool::ErrorCollector {
DescriptorPool   2507 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool_;
DescriptorPool   4149 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database_);
DescriptorPool   4163 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database_);
DescriptorPool   4182 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database_);
DescriptorPool   4201 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database_);
DescriptorPool   4212 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database_);
DescriptorPool   4223 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database_);
DescriptorPool   4237 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database_);
DescriptorPool   4253 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&error_database);
DescriptorPool   4269 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&error_database, &error_collector);
DescriptorPool   4286 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database_, &error_collector);
DescriptorPool   4302 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database_);
DescriptorPool   4316 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPoolDatabase database(*DescriptorPool::generated_pool());
DescriptorPool   4317 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&database);
DescriptorPool   4338 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&call_counter);
DescriptorPool   4384 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&false_positive_database, &error_collector);
DescriptorPool   4402 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&error_database, &error_collector);
DescriptorPool   4415 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool(&call_counter);
DescriptorPool   4440 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc class AbortingErrorCollector : public DescriptorPool::ErrorCollector {
DescriptorPool   4515 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool_;
DescriptorPool   4564 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool bad1_pool(&pool_);
DescriptorPool   4590 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool bad2_pool(&pool_);
DescriptorPool   4618 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorPool pool_;
DescriptorPool    176 third_party/protobuf/src/google/protobuf/dynamic_message.cc     const DescriptorPool* pool;      // The factory's DescriptorPool.
DescriptorPool    454 third_party/protobuf/src/google/protobuf/dynamic_message.cc DynamicMessageFactory::DynamicMessageFactory(const DescriptorPool* pool)
DescriptorPool    474 third_party/protobuf/src/google/protobuf/dynamic_message.cc       type->file()->pool() == DescriptorPool::generated_pool()) {
DescriptorPool     49 third_party/protobuf/src/google/protobuf/dynamic_message.h class DescriptorPool;    // descriptor.h
DescriptorPool     81 third_party/protobuf/src/google/protobuf/dynamic_message.h   DynamicMessageFactory(const DescriptorPool* pool);
DescriptorPool    115 third_party/protobuf/src/google/protobuf/dynamic_message.h   const DescriptorPool* pool_;
DescriptorPool     58 third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc   DescriptorPool pool_;
DescriptorPool     54 third_party/protobuf/src/google/protobuf/extension_set.h   class DescriptorPool;                                // descriptor.h
DescriptorPool    182 third_party/protobuf/src/google/protobuf/extension_set.h                     const DescriptorPool* pool,
DescriptorPool     57 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc   DescriptorPoolExtensionFinder(const DescriptorPool* pool,
DescriptorPool     66 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc   const DescriptorPool* pool_;
DescriptorPool     72 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc                                 const DescriptorPool* pool,
DescriptorPool    606 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc   DescriptorPool dynamic_pool(DescriptorPool::generated_pool());
DescriptorPool    163 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc     const DescriptorPool* descriptor_pool,
DescriptorPool    174 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc                          DescriptorPool::generated_pool() :
DescriptorPool     59 third_party/protobuf/src/google/protobuf/generated_message_reflection.h   class DescriptorPool;
DescriptorPool    134 third_party/protobuf/src/google/protobuf/generated_message_reflection.h                              const DescriptorPool* pool,
DescriptorPool    303 third_party/protobuf/src/google/protobuf/generated_message_reflection.h   const DescriptorPool* descriptor_pool_;
DescriptorPool    136 third_party/protobuf/src/google/protobuf/io/coded_stream.h class DescriptorPool;
DescriptorPool    444 third_party/protobuf/src/google/protobuf/io/coded_stream.h   void SetExtensionRegistry(const DescriptorPool* pool,
DescriptorPool    449 third_party/protobuf/src/google/protobuf/io/coded_stream.h   const DescriptorPool* GetExtensionPool();
DescriptorPool    508 third_party/protobuf/src/google/protobuf/io/coded_stream.h   const DescriptorPool* extension_pool_;
DescriptorPool   1063 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline void CodedInputStream::SetExtensionRegistry(const DescriptorPool* pool,
DescriptorPool   1069 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline const DescriptorPool* CodedInputStream::GetExtensionPool() {
DescriptorPool    286 third_party/protobuf/src/google/protobuf/message.cc   GOOGLE_DCHECK_EQ(descriptor->file()->pool(), DescriptorPool::generated_pool())
DescriptorPool    309 third_party/protobuf/src/google/protobuf/message.cc   if (type->file()->pool() != DescriptorPool::generated_pool()) return NULL;
DescriptorPool    341 third_party/protobuf/src/google/protobuf/message_unittest.cc   DescriptorPool pool;
DescriptorPool   2128 third_party/protobuf/src/google/protobuf/test_util.cc   const DescriptorPool* pool = base_descriptor->file()->pool();