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

1 23 4 5 6

  /external/protobuf/python/google/protobuf/internal/
proto_builder_test.py 82 """Test that the DescriptorPool is used."""
83 pool = descriptor_pool.DescriptorPool()
descriptor_pool_test.py 65 self.pool = descriptor_pool.DescriptorPool()
264 self.pool = descriptor_pool.DescriptorPool(db)
270 self.pool = descriptor_pool.DescriptorPool()
340 # Then for a message built with from the DescriptorPool.
341 pool = descriptor_pool.DescriptorPool()
522 pool = descriptor_pool.DescriptorPool()
558 pool = descriptor_pool.DescriptorPool()
596 pool = descriptor_pool.DescriptorPool()
610 # Check that an empty DescriptorPool() contains no messages.
611 pool = descriptor_pool.DescriptorPool()
    [all...]
message_factory_test.py 94 pool = descriptor_pool.DescriptorPool(db)
135 pool = descriptor_pool.DescriptorPool()
  /external/protobuf/src/google/protobuf/compiler/
parser.h 81 // and column numbers for errors reported by DescriptorPool during validation.
251 DescriptorPool::ErrorCollector::ErrorLocation location);
529 // DescriptorPool when validating descriptors -- to line and column numbers
535 // DescriptorPool.
547 DescriptorPool::ErrorCollector::ErrorLocation location,
552 DescriptorPool::ErrorCollector::ErrorLocation location,
560 pair<const Message*, DescriptorPool::ErrorCollector::ErrorLocation>,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
parser.h 81 // and column numbers for errors reported by DescriptorPool during validation.
251 DescriptorPool::ErrorCollector::ErrorLocation location);
529 // DescriptorPool when validating descriptors -- to line and column numbers
535 // DescriptorPool.
547 DescriptorPool::ErrorCollector::ErrorLocation location,
552 DescriptorPool::ErrorCollector::ErrorLocation location,
560 pair<const Message*, DescriptorPool::ErrorCollector::ErrorLocation>,
  /external/protobuf/src/google/protobuf/util/
type_resolver_util.cc 71 const DescriptorPool* pool)
247 const DescriptorPool* pool_;
253 const DescriptorPool* pool) {
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FileDescriptor.cs 46 private FileDescriptor(ByteString descriptorData, FileDescriptorProto proto, FileDescriptor[] dependencies, DescriptorPool pool, bool allowUnknownDependencies, GeneratedClrTypeInfo generatedCodeInfo)
49 DescriptorPool = pool;
182 internal DescriptorPool DescriptorPool { get; }
203 T result = DescriptorPool.FindSymbol<T>(name);
232 // DescriptorPool's lookup tables. In the linking step, we look up all
233 // type references in the DescriptorPool, so that, for example, a
242 DescriptorPool pool = new DescriptorPool(dependencies);
EnumDescriptor.cs 65 File.DescriptorPool.AddSymbol(this);
103 return File.DescriptorPool.FindEnumValueByNumber(this, number);
113 return File.DescriptorPool.FindSymbol<EnumValueDescriptor>(FullName + "." + name);
EnumValueDescriptor.cs 49 file.DescriptorPool.AddSymbol(this);
50 file.DescriptorPool.AddEnumValueByNumber(this);
ServiceDescriptor.cs 53 file.DescriptorPool.AddSymbol(this);
78 return File.DescriptorPool.FindSymbol<MethodDescriptor>(FullName + "." + name);
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 182 class MockErrorCollector : public DescriptorPool::ErrorCollector {
318 DescriptorPool pool_;
471 DescriptorPool pool;
482 DescriptorPool pool;
541 // All messages created from the same DescriptorPool share the same lookup
672 DescriptorPool pool_;
722 // All messages in the same DescriptorPool share a single lookup table for
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 139 class DescriptorPool;
451 // The given DescriptorPool must contain m->GetDescriptor(). It is not
460 // 2) Use a DescriptorPool which has m->GetDescriptor()->pool() as an
461 // "underlay". Read the documentation for DescriptorPool for more
473 // DescriptorPool::generated_pool(), the factory MUST return the same
498 void SetExtensionRegistry(const DescriptorPool* pool,
501 // Get the DescriptorPool set via SetExtensionRegistry(), or NULL if no pool
503 const DescriptorPool* GetExtensionPool();
563 const DescriptorPool* extension_pool_;
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 136 class DescriptorPool;
397 // The given DescriptorPool must contain m->GetDescriptor(). It is not
406 // 2) Use a DescriptorPool which has m->GetDescriptor()->pool() as an
407 // "underlay". Read the documentation for DescriptorPool for more
419 // DescriptorPool::generated_pool(), the factory MUST return the same
444 void SetExtensionRegistry(const DescriptorPool* pool,
447 // Get the DescriptorPool set via SetExtensionRegistry(), or NULL if no pool
449 const DescriptorPool* GetExtensionPool();
508 const DescriptorPool* extension_pool_;
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 136 class DescriptorPool;
397 // The given DescriptorPool must contain m->GetDescriptor(). It is not
406 // 2) Use a DescriptorPool which has m->GetDescriptor()->pool() as an
407 // "underlay". Read the documentation for DescriptorPool for more
419 // DescriptorPool::generated_pool(), the factory MUST return the same
444 void SetExtensionRegistry(const DescriptorPool* pool,
447 // Get the DescriptorPool set via SetExtensionRegistry(), or NULL if no pool
449 const DescriptorPool* GetExtensionPool();
508 const DescriptorPool* extension_pool_;
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h 136 class DescriptorPool;
397 // The given DescriptorPool must contain m->GetDescriptor(). It is not
406 // 2) Use a DescriptorPool which has m->GetDescriptor()->pool() as an
407 // "underlay". Read the documentation for DescriptorPool for more
419 // DescriptorPool::generated_pool(), the factory MUST return the same
444 void SetExtensionRegistry(const DescriptorPool* pool,
447 // Get the DescriptorPool set via SetExtensionRegistry(), or NULL if no pool
449 const DescriptorPool* GetExtensionPool();
508 const DescriptorPool* extension_pool_;
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 139 class DescriptorPool;
451 // The given DescriptorPool must contain m->GetDescriptor(). It is not
460 // 2) Use a DescriptorPool which has m->GetDescriptor()->pool() as an
461 // "underlay". Read the documentation for DescriptorPool for more
473 // DescriptorPool::generated_pool(), the factory MUST return the same
498 void SetExtensionRegistry(const DescriptorPool* pool,
501 // Get the DescriptorPool set via SetExtensionRegistry(), or NULL if no pool
503 const DescriptorPool* GetExtensionPool();
563 const DescriptorPool* extension_pool_;
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 136 class DescriptorPool;
397 // The given DescriptorPool must contain m->GetDescriptor(). It is not
406 // 2) Use a DescriptorPool which has m->GetDescriptor()->pool() as an
407 // "underlay". Read the documentation for DescriptorPool for more
419 // DescriptorPool::generated_pool(), the factory MUST return the same
444 void SetExtensionRegistry(const DescriptorPool* pool,
447 // Get the DescriptorPool set via SetExtensionRegistry(), or NULL if no pool
449 const DescriptorPool* GetExtensionPool();
508 const DescriptorPool* extension_pool_;
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp 398 class DescriptorPool
401 DescriptorPool (VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo)
405 ~DescriptorPool (void)
422 VkDescriptorSet DescriptorPool::allocate (VkDescriptorSetLayout setLayout)
439 void DescriptorPool::free (VkDescriptorSet set)
460 void DescriptorPool::reset (void)
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 59 class DescriptorPool;
122 // pool: DescriptorPool to search for extension definitions. Only
134 const DescriptorPool* pool,
303 const DescriptorPool* descriptor_pool_;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 59 class DescriptorPool;
122 // pool: DescriptorPool to search for extension definitions. Only
134 const DescriptorPool* pool,
303 const DescriptorPool* descriptor_pool_;
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 59 class DescriptorPool;
122 // pool: DescriptorPool to search for extension definitions. Only
134 const DescriptorPool* pool,
303 const DescriptorPool* descriptor_pool_;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 59 class DescriptorPool;
122 // pool: DescriptorPool to search for extension definitions. Only
134 const DescriptorPool* pool,
303 const DescriptorPool* descriptor_pool_;
  /external/protobuf/python/google/protobuf/
message_factory.py 52 self.pool = pool or descriptor_pool.DescriptorPool()
  /external/protobuf/src/google/protobuf/util/internal/
type_info_test_helper.cc 61 const DescriptorPool* pool = descriptors[0]->file()->pool();
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Descriptors.java 295 // DescriptorPool's lookup tables. In the linking step, we look up all
296 // type references in the DescriptorPool, so that, for example, a
300 final DescriptorPool pool = new DescriptorPool(
444 private final DescriptorPool pool;
448 final DescriptorPool pool,
511 this.pool = new DescriptorPool(new FileDescriptor[0], true);
726 new DescriptorPool.DescriptorIntPair(this, number));
    [all...]

Completed in 1837 milliseconds

1 23 4 5 6