/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | protobuf.h | 22 typedef struct DescriptorPool DescriptorPool; typedef 64 struct DescriptorPool { struct 65 zend_object std; 66 upb_symtab* symtab; 67 HashTable* pending_list;
|
D | def.c | 126 PHP_METHOD(DescriptorPool, addMessage) { in PHP_METHOD() argument 160 PHP_METHOD(DescriptorPool, finalize) { in PHP_METHOD() argument
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | type_resolver_util.h | 39 class DescriptorPool; variable
|
D | type_resolver.h | 48 class DescriptorPool; variable
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | dynamic_message.h | 55 class DescriptorPool; // descriptor.h variable
|
D | generated_message_reflection.h | 61 class DescriptorPool; variable
|
D | extension_set.h | 59 class DescriptorPool; // descriptor.h variable
|
D | descriptor.h | 84 class DescriptorPool; variable
|
D | descriptor.cc | 1043 DescriptorPool::DescriptorPool() in DescriptorPool() function in google::protobuf::DescriptorPool 1053 DescriptorPool::DescriptorPool(DescriptorDatabase* fallback_database, in DescriptorPool() function in google::protobuf::DescriptorPool 1065 DescriptorPool::DescriptorPool(const DescriptorPool* underlay) in DescriptorPool() function in google::protobuf::DescriptorPool
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | DescriptorPool.cs | 43 internal sealed class DescriptorPool class 56 internal DescriptorPool(FileDescriptor[] dependencyFiles) in DescriptorPool() method in Google.Protobuf.Reflection.DescriptorPool
|
D | FileDescriptor.cs | 182 internal DescriptorPool DescriptorPool { get; } property in Google.Protobuf.Reflection.FileDescriptor
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | protobuf.h | 52 typedef struct DescriptorPool DescriptorPool; typedef 105 struct DescriptorPool { struct 106 upb_symtab* symtab;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | message.h | 52 class DescriptorPool; variable
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | command_line_interface.h | 53 class DescriptorPool; // descriptor.h variable
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | descriptor_pool.py | 83 class DescriptorPool(object): class
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/ |
D | coded_stream.h | 139 class DescriptorPool; variable
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 2114 private static final class DescriptorPool { class in Descriptors 2122 DescriptorPool(final FileDescriptor[] dependencies, in DescriptorPool() method in Descriptors.DescriptorPool
|