Home
last modified time | relevance | path

Searched defs:DescriptorPool (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dprotobuf.h22 typedef struct DescriptorPool DescriptorPool; typedef
64 struct DescriptorPool { struct
65 zend_object std;
66 upb_symtab* symtab;
67 HashTable* pending_list;
Ddef.c126 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/
Dtype_resolver_util.h39 class DescriptorPool; variable
Dtype_resolver.h48 class DescriptorPool; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddynamic_message.h55 class DescriptorPool; // descriptor.h variable
Dgenerated_message_reflection.h61 class DescriptorPool; variable
Dextension_set.h59 class DescriptorPool; // descriptor.h variable
Ddescriptor.h84 class DescriptorPool; variable
Ddescriptor.cc1043 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/
DDescriptorPool.cs43 internal sealed class DescriptorPool class
56 internal DescriptorPool(FileDescriptor[] dependencyFiles) in DescriptorPool() method in Google.Protobuf.Reflection.DescriptorPool
DFileDescriptor.cs182 internal DescriptorPool DescriptorPool { get; } property in Google.Protobuf.Reflection.FileDescriptor
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dprotobuf.h52 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/
Dmessage.h52 class DescriptorPool; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface.h53 class DescriptorPool; // descriptor.h variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor_pool.py83 class DescriptorPool(object): class
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream.h139 class DescriptorPool; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2114 private static final class DescriptorPool { class in Descriptors
2122 DescriptorPool(final FileDescriptor[] dependencies, in DescriptorPool() method in Descriptors.DescriptorPool