/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...] |
/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 | 58 self.pool = (pool or descriptor_pool.DescriptorPool(
|
/external/protobuf/src/google/protobuf/compiler/ |
plugin.cc | 113 DescriptorPool pool;
|
plugin.pb.cc | 41 ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName( 58 ::google::protobuf::DescriptorPool::generated_pool(), 74 ::google::protobuf::DescriptorPool::generated_pool(), 91 ::google::protobuf::DescriptorPool::generated_pool(), 132 ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( [all...] |
/external/protobuf/src/google/protobuf/ |
generated_message_reflection.h | 59 class DescriptorPool; 123 // pool: DescriptorPool to search for extension definitions. Only 135 const DescriptorPool* pool, 171 const DescriptorPool* pool, 355 const DescriptorPool* descriptor_pool_;
|
message.cc | 286 GOOGLE_DCHECK_EQ(descriptor->file()->pool(), DescriptorPool::generated_pool()) 309 if (type->file()->pool() != DescriptorPool::generated_pool()) return NULL;
|
dynamic_message.cc | 208 const DescriptorPool* pool; // The factory's DescriptorPool. 527 DynamicMessageFactory::DynamicMessageFactory(const DescriptorPool* pool) 550 type->file()->pool() == DescriptorPool::generated_pool()) {
|
dynamic_message_unittest.cc | 58 DescriptorPool pool_;
|
extension_set_heavy.cc | 76 // DescriptorPool, using the given MessageFactory to construct sub-objects. 80 DescriptorPoolExtensionFinder(const DescriptorPool* pool, 89 const DescriptorPool* pool_; 95 const DescriptorPool* pool,
|
descriptor_database.cc | 393 DescriptorPoolDatabase::DescriptorPoolDatabase(const DescriptorPool& pool)
|
/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...] |
/external/protobuf/python/google/protobuf/internal/ |
message_factory_test.py | 90 pool = descriptor_pool.DescriptorPool(db)
|
descriptor_pool_test.py | 56 self.pool = descriptor_pool.DescriptorPool() 224 self.pool = descriptor_pool.DescriptorPool(db) 405 pool = descriptor_pool.DescriptorPool() 439 pool = descriptor_pool.DescriptorPool() 473 pool = descriptor_pool.DescriptorPool()
|
/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 | 719 NON_DISPATCHABLE_HANDLE_DTOR(DescriptorPool, vkDestroyDescriptorPool) 721 void DescriptorPool::init(const Device &dev, 728 void DescriptorPool::reset() { 732 std::vector<DescriptorSet *> DescriptorPool::alloc_sets( 744 alloc_info.descriptorPool = handle(); 761 DescriptorPool::alloc_sets(const Device &dev, const DescriptorSetLayout &layout, 767 DescriptorSet *DescriptorPool::alloc_sets(const Device &dev,
|
vktestbinding.h | 608 class DescriptorPool : public internal::NonDispHandle<VkDescriptorPool> { 610 ~DescriptorPool(); 648 explicit DescriptorSet(const Device &dev, DescriptorPool *pool, 655 DescriptorPool *containing_pool_; [all...] |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiObjectManagementTests.cpp | [all...] |
/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/src/google/protobuf/compiler/java/ |
java_file.cc | 105 const DescriptorPool& alternate_pool, 333 // Proto compiler builds a DescriptorPool, which holds all the descriptors to 334 // generate, when processing the ".proto" files. We call this DescriptorPool
|