Searched defs:DescriptorPool (Results 1 - 9 of 9) sorted by relevance

/external/nanopb-c/generator/google/protobuf/
H A Ddescriptor_pool.py31 """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()
61 class DescriptorPool(object): class in inherits:object
/external/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py31 """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()
82 class DescriptorPool(object): class in inherits:object
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp323 class DescriptorPool class in namespace:vk::__anon3579
326 DescriptorPool (VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo) function in class:vk::__anon3579::DescriptorPool
330 ~DescriptorPool (void)
347 VkDescriptorSet DescriptorPool::allocate (VkDescriptorSetLayout setLayout)
364 void DescriptorPool::free (VkDescriptorSet set)
385 void DescriptorPool::reset (void)
594 DescriptorPool* const poolImpl = reinterpret_cast<DescriptorPool*>((deUintptr)pAllocateInfo->descriptorPool.getInternal());
623 DescriptorPool* const poolImpl = reinterpret_cast<DescriptorPool*>((deUintpt
[all...]
/external/vulkan-validation-layers/tests/
H A Dvktestbinding.h608 class DescriptorPool : public internal::NonDispHandle<VkDescriptorPool> { class in namespace:vk_testing
610 ~DescriptorPool();
648 explicit DescriptorSet(const Device &dev, DescriptorPool *pool,
655 DescriptorPool *containing_pool_;
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc176 // A DescriptorPool contains a bunch of hash_maps to implement the
333 // DescriptorPool::Tables
335 class DescriptorPool::Tables {
406 // This implements the body of DescriptorPool::Find*ByName(). It should
407 // really be a private method of DescriptorPool, but that would require
411 const DescriptorPool* pool, const string& name);
505 // FileDescriptorTables and DescriptorPool::Tables are interleaved below.
576 DescriptorPool::Tables::Tables()
585 DescriptorPool::Tables::~Tables() {
610 void DescriptorPool
898 DescriptorPool::DescriptorPool() function in class:google::protobuf::DescriptorPool
908 DescriptorPool::DescriptorPool(DescriptorDatabase* fallback_database, function in class:google::protobuf::DescriptorPool
920 DescriptorPool::DescriptorPool(const DescriptorPool* underlay) function in class:google::protobuf::DescriptorPool
[all...]
H A Ddescriptor.h76 class DescriptorPool;
125 // Use DescriptorPool to construct your own descriptors.
166 // only be the case if this descriptor comes from a DescriptorPool
319 // Must be constructed using DescriptorPool.
337 // - Given a DescriptorPool, call DescriptorPool::FindExtensionByNumber().
341 // Use DescriptorPool to construct your own descriptors.
615 // Must be constructed using DescriptorPool.
673 // Must be constructed using DescriptorPool.
681 // for a generated enum type, call TypeName_descriptor(). Use DescriptorPool
1167 class LIBPROTOBUF_EXPORT DescriptorPool { class in namespace:google::protobuf
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java261 // DescriptorPool's lookup tables. In the linking step, we look up all
262 // type references in the DescriptorPool, so that, for example, a
266 final DescriptorPool pool = new DescriptorPool(
415 private final DescriptorPool pool;
419 final DescriptorPool pool,
482 this.pool = new DescriptorPool(new FileDescriptor[0], true);
657 new DescriptorPool.DescriptorIntPair(this, number));
1153 DescriptorPool.SearchFilter.TYPES_ONLY);
1171 DescriptorPool
1817 private static final class DescriptorPool { class in class:Descriptors
1825 DescriptorPool(final FileDescriptor[] dependencies, method in class:Descriptors.DescriptorPool
[all...]
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp1772 struct DescriptorPool struct in namespace:vkt
1808 return getSafeObjectCount<DescriptorPool>(context, params, DEFAULT_MAX_CONCURRENT_OBJECTS);
1842 Dependency<DescriptorPool> descriptorPool;
1870 : descriptorPool (env, DescriptorPool::Parameters(VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, env.maxResourceConsumers, computePoolSizes(params.descriptorSetLayout, env.maxResourceConsumers)))
2421 CaseDescription<DescriptorPool> descriptorPool;
2586 static const NamedParameters<DescriptorPool> s_descriptorPoolCases[] =
2588 { "descriptor_pool", DescriptorPool::Parameters::singleType((VkDescriptorPoolCreateFlags)0, 4u, VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, 3u) },
2589 { "descriptor_pool_free_descriptor_set", DescriptorPool::Parameters::singleType(VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 4u, VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, 3u) }
2631 CASE_DESC(createSingleTest <DescriptorPool>, s_descriptorPoolCases),
2660 CASE_DESC(createMultipleUniqueResourcesTest <DescriptorPool>, s_descriptorPoolCase
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...

Completed in 560 milliseconds