HomeSort by relevance Sort by last modified time
    Searched defs:DescriptorPool (Results 1 - 21 of 21) sorted by null

  /external/nanopb-c/generator/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()
61 class DescriptorPool(object):
  /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()
82 class DescriptorPool(object):
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp 323 class DescriptorPool
326 DescriptorPool (VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo)
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());
621 VKAPI_ATTR void VKAPI_CALL freeDescriptorSets (VkDevice, VkDescriptorPool descriptorPool, deUint32 count, const VkDescriptorSet* pDescriptorSets
    [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.h 608 class DescriptorPool : public internal::NonDispHandle<VkDescriptorPool> {
610 ~DescriptorPool();
648 explicit DescriptorSet(const Device &dev, DescriptorPool *pool,
655 DescriptorPool *containing_pool_;
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 78 class DescriptorPool;
126 // Use DescriptorPool to construct your own descriptors.
301 // Must be constructed using DescriptorPool.
318 // - Given a DescriptorPool, call DescriptorPool::FindExtensionByNumber().
322 // Use DescriptorPool to construct your own descriptors.
579 // Must be constructed using DescriptorPool.
588 // for a generated enum type, call TypeName_descriptor(). Use DescriptorPool
667 // Must be constructed using DescriptorPool.
680 // EnumDescriptor::FindValueByNumber(). Use DescriptorPool to construc
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 78 class DescriptorPool;
126 // Use DescriptorPool to construct your own descriptors.
301 // Must be constructed using DescriptorPool.
318 // - Given a DescriptorPool, call DescriptorPool::FindExtensionByNumber().
322 // Use DescriptorPool to construct your own descriptors.
579 // Must be constructed using DescriptorPool.
588 // for a generated enum type, call TypeName_descriptor(). Use DescriptorPool
667 // Must be constructed using DescriptorPool.
680 // EnumDescriptor::FindValueByNumber(). Use DescriptorPool to construc
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 78 class DescriptorPool;
126 // Use DescriptorPool to construct your own descriptors.
301 // Must be constructed using DescriptorPool.
318 // - Given a DescriptorPool, call DescriptorPool::FindExtensionByNumber().
322 // Use DescriptorPool to construct your own descriptors.
579 // Must be constructed using DescriptorPool.
588 // for a generated enum type, call TypeName_descriptor(). Use DescriptorPool
667 // Must be constructed using DescriptorPool.
680 // EnumDescriptor::FindValueByNumber(). Use DescriptorPool to construc
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 78 class DescriptorPool;
126 // Use DescriptorPool to construct your own descriptors.
301 // Must be constructed using DescriptorPool.
318 // - Given a DescriptorPool, call DescriptorPool::FindExtensionByNumber().
322 // Use DescriptorPool to construct your own descriptors.
579 // Must be constructed using DescriptorPool.
588 // for a generated enum type, call TypeName_descriptor(). Use DescriptorPool
667 // Must be constructed using DescriptorPool.
680 // EnumDescriptor::FindValueByNumber(). Use DescriptorPool to construc
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 176 // 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::Tables::AddCheckpoint()
    [all...]
descriptor.h 76 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
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 261 // 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));
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 85 class DescriptorPool;
171 // Use DescriptorPool to construct your own descriptors.
216 // only be the case if this descriptor comes from a DescriptorPool
416 // Must be constructed using DescriptorPool.
434 // - Given a DescriptorPool, call DescriptorPool::FindExtensionByNumber().
438 // Use DescriptorPool to construct your own descriptors.
726 // Must be constructed using DescriptorPool.
791 // Must be constructed using DescriptorPool.
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
bazel_java_extractor.jar 

Completed in 554 milliseconds