HomeSort by relevance Sort by last modified time
    Searched refs:DescriptorPool (Results 76 - 100 of 150) sorted by null

1 2 34 5 6

  /external/protobuf/src/google/protobuf/
empty.pb.cc 35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
81 ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
generated_message_reflection.h 61 class DescriptorPool;
127 // pool: DescriptorPool to search for extension definitions. Only
139 const DescriptorPool* pool,
177 const DescriptorPool* pool,
185 // pool and factory are the usual, namely, DescriptorPool::generated_pool()
456 const DescriptorPool* descriptor_pool_;
duration.pb.cc 35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
83 ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
field_mask.pb.cc 35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
82 ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
source_context.pb.cc 35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
82 ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
timestamp.pb.cc 35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
83 ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
dynamic_message.cc 231 const DescriptorPool* pool; // The factory's DescriptorPool.
618 DynamicMessageFactory::DynamicMessageFactory(const DescriptorPool* pool)
641 type->file()->pool() == DescriptorPool::generated_pool()) {
any.pb.cc 35 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
83 ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
message.cc 339 GOOGLE_DCHECK_EQ(descriptor->file()->pool(), DescriptorPool::generated_pool())
362 if (type->file()->pool() != DescriptorPool::generated_pool()) return NULL;
map_entry.h 249 DescriptorPool::generated_pool(),
dynamic_message_unittest.cc 66 DescriptorPool pool_;
  /external/protobuf/ruby/ext/google/protobuf_c/
protobuf.h 41 struct DescriptorPool;
52 typedef struct DescriptorPool DescriptorPool;
81 DescriptorPool ------------|-----------> upb_symtab____________________
105 struct DescriptorPool {
179 DescriptorPool* ruby_to_DescriptorPool(VALUE value);
defs.c 75 // DescriptorPool.
93 // Global singleton DescriptorPool. The user is free to create others, but this
97 DEFINE_CLASS(DescriptorPool, "Google::Protobuf::DescriptorPool");
103 DescriptorPool* self = _self;
110 * DescriptorPool.new => pool
115 DescriptorPool* self = ALLOC(DescriptorPool);
122 module, "DescriptorPool", rb_cObject);
136 static void add_descriptor_to_pool(DescriptorPool* self
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.cc 99 DescriptorPool pool;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 61 class DescriptorPool;
127 // pool: DescriptorPool to search for extension definitions. Only
139 const DescriptorPool* pool,
177 const DescriptorPool* pool,
185 // pool and factory are the usual, namely, DescriptorPool::generated_pool()
456 const DescriptorPool* descriptor_pool_;
map_entry.h 249 DescriptorPool::generated_pool(),
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 655 NON_DISPATCHABLE_HANDLE_DTOR(DescriptorPool, vkDestroyDescriptorPool)
657 void DescriptorPool::init(const Device &dev, const VkDescriptorPoolCreateInfo &info) {
662 void DescriptorPool::reset() { EXPECT(vkResetDescriptorPool(device(), handle(), 0) == VK_SUCCESS); }
664 std::vector<DescriptorSet *> DescriptorPool::alloc_sets(const Device &dev,
674 alloc_info.descriptorPool = handle();
688 std::vector<DescriptorSet *> DescriptorPool::alloc_sets(const Device &dev, const DescriptorSetLayout &layout, uint32_t count) {
692 DescriptorSet *DescriptorPool::alloc_sets(const Device &dev, const DescriptorSetLayout &layout) {
vktestbinding.h 517 class DescriptorPool : public internal::NonDispHandle<VkDescriptorPool> {
519 ~DescriptorPool();
552 explicit DescriptorSet(const Device &dev, DescriptorPool *pool, VkDescriptorSet set) : NonDispHandle(dev.handle(), set) {
557 DescriptorPool *containing_pool_;
  /external/protobuf/python/google/protobuf/
descriptor_pool.py 31 """Provides DescriptorPool to use as a container for proto2 descriptors.
33 The DescriptorPool is used in conjection with a DescriptorDatabase to maintain
43 pool = DescriptorPool()
83 class DescriptorPool(object):
90 return descriptor._message.DescriptorPool(descriptor_db)
747 _DEFAULT = DescriptorPool()
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorPool.cs 43 internal sealed class DescriptorPool
56 internal DescriptorPool(FileDescriptor[] dependencyFiles)
103 dependency.DescriptorPool.descriptorsByName.TryGetValue(fullName, out result);
MessageDescriptor.cs 96 file.DescriptorPool.AddSymbol(this);
201 public FieldDescriptor FindFieldByName(String name) => File.DescriptorPool.FindSymbol<FieldDescriptor>(FullName + "." + name);
208 public FieldDescriptor FindFieldByNumber(int number) => File.DescriptorPool.FindFieldByNumber(this, number);
217 File.DescriptorPool.FindSymbol<T>(FullName + "." + name);
FieldDescriptor.cs 93 file.DescriptorPool.AddSymbol(this);
261 File.DescriptorPool.LookupSymbol(Proto.TypeName, this);
316 File.DescriptorPool.AddFieldByNumber(this);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.h 52 class DescriptorPool;
92 // The pointer is owned by the global DescriptorPool.
135 // The Python DescriptorPool used to create the class. It is needed to resolve
139 // DescriptorPool which defines new extensions.
263 // Returns the "best" DescriptorPool for the given message.
  /external/protobuf/src/google/protobuf/util/
json_util_test.cc 67 kTypeUrlPrefix, DescriptorPool::generated_pool()));

Completed in 430 milliseconds

1 2 34 5 6