/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/ |
type_resolver_util.h | 39 class DescriptorPool; 46 const string& url_prefix, const DescriptorPool* pool);
|
type_resolver.h | 48 class DescriptorPool;
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
dynamic_message.h | 49 class DescriptorPool; // descriptor.h 71 // the DescriptorPool in which the extendee is defined. 75 // the given DescriptorPool. 81 DynamicMessageFactory(const DescriptorPool* pool); 87 // d->file()->pool() == DescriptorPool::generated_pool(), 115 const DescriptorPool* pool_;
|
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/ |
dynamic_message.h | 49 class DescriptorPool; // descriptor.h 71 // the DescriptorPool in which the extendee is defined. 75 // the given DescriptorPool. 81 DynamicMessageFactory(const DescriptorPool* pool); 87 // d->file()->pool() == DescriptorPool::generated_pool(), 115 const DescriptorPool* pool_;
|
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/ |
dynamic_message.h | 49 class DescriptorPool; // descriptor.h 71 // the DescriptorPool in which the extendee is defined. 75 // the given DescriptorPool. 81 DynamicMessageFactory(const DescriptorPool* pool); 87 // d->file()->pool() == DescriptorPool::generated_pool(), 115 const DescriptorPool* pool_;
|
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/ |
dynamic_message.h | 49 class DescriptorPool; // descriptor.h 71 // the DescriptorPool in which the extendee is defined. 75 // the given DescriptorPool. 81 DynamicMessageFactory(const DescriptorPool* pool); 87 // d->file()->pool() == DescriptorPool::generated_pool(), 115 const DescriptorPool* pool_;
|
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/ |
dynamic_message.h | 51 class DescriptorPool; // descriptor.h 73 // the DescriptorPool in which the extendee is defined. 77 // the given DescriptorPool. 83 DynamicMessageFactory(const DescriptorPool* pool); 89 // d->file()->pool() == DescriptorPool::generated_pool(), 117 const DescriptorPool* pool_;
|
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...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
dynamic_message.h | 55 class DescriptorPool; // descriptor.h 77 // the DescriptorPool in which the extendee is defined. 81 // the given DescriptorPool. 87 DynamicMessageFactory(const DescriptorPool* pool); 93 // d->file()->pool() == DescriptorPool::generated_pool(), 121 const DescriptorPool* pool_;
|
/external/protobuf/python/google/protobuf/pyext/ |
descriptor.h | 64 const google::protobuf::DescriptorPool* pool; 90 google::protobuf::DescriptorPool* GetDescriptorPool();
|
descriptor.cc | 66 static google::protobuf::DescriptorPool* g_descriptor_pool = NULL; 267 google::protobuf::DescriptorPool* GetDescriptorPool() { 269 g_descriptor_pool = new google::protobuf::DescriptorPool( 270 google::protobuf::DescriptorPool::generated_pool()); 288 class BuildFileErrorCollector : public google::protobuf::DescriptorPool::ErrorCollector { 324 if (google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
|
/external/protobuf/src/google/protobuf/compiler/ |
importer.h | 67 // code locations for error reporting. However, when a DescriptorPool wraps 69 // of the database is called at a time, even if the DescriptorPool is used 89 // Gets a DescriptorPool::ErrorCollector which records errors to the 92 // from the information given to it by the DescriptorPool. 93 DescriptorPool::ErrorCollector* GetValidationErrorCollector() { 112 class LIBPROTOBUF_EXPORT ValidationErrorCollector : public DescriptorPool::ErrorCollector { 149 // the file is already in the DescriptorPool, the existing FileDescriptor 150 // will be returned. The FileDescriptor is property of the DescriptorPool, 160 // DescriptorPool so that they can be cross-linked). 163 // The DescriptorPool in which all imported FileDescriptors and thei [all...] |
command_line_interface.h | 52 class DescriptorPool; // descriptor.h 245 bool EncodeOrDecode(const DescriptorPool* pool); 253 // depends on it, so that you can call DescriptorPool::BuildFile() on them
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
importer.h | 67 // code locations for error reporting. However, when a DescriptorPool wraps 69 // of the database is called at a time, even if the DescriptorPool is used 89 // Gets a DescriptorPool::ErrorCollector which records errors to the 92 // from the information given to it by the DescriptorPool. 93 DescriptorPool::ErrorCollector* GetValidationErrorCollector() { 112 class LIBPROTOBUF_EXPORT ValidationErrorCollector : public DescriptorPool::ErrorCollector { 149 // the file is already in the DescriptorPool, the existing FileDescriptor 150 // will be returned. The FileDescriptor is property of the DescriptorPool, 160 // DescriptorPool so that they can be cross-linked). 163 // The DescriptorPool in which all imported FileDescriptors and thei [all...] |
command_line_interface.h | 52 class DescriptorPool; // descriptor.h 244 bool EncodeOrDecode(const DescriptorPool* pool); 252 // depends on it, so that you can call DescriptorPool::BuildFile() on them
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
importer.h | 67 // code locations for error reporting. However, when a DescriptorPool wraps 69 // of the database is called at a time, even if the DescriptorPool is used 89 // Gets a DescriptorPool::ErrorCollector which records errors to the 92 // from the information given to it by the DescriptorPool. 93 DescriptorPool::ErrorCollector* GetValidationErrorCollector() { 112 class LIBPROTOBUF_EXPORT ValidationErrorCollector : public DescriptorPool::ErrorCollector { 149 // the file is already in the DescriptorPool, the existing FileDescriptor 150 // will be returned. The FileDescriptor is property of the DescriptorPool, 160 // DescriptorPool so that they can be cross-linked). 163 // The DescriptorPool in which all imported FileDescriptors and thei [all...] |
command_line_interface.h | 52 class DescriptorPool; // descriptor.h 244 bool EncodeOrDecode(const DescriptorPool* pool); 252 // depends on it, so that you can call DescriptorPool::BuildFile() on them
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/ |
importer.h | 67 // code locations for error reporting. However, when a DescriptorPool wraps 69 // of the database is called at a time, even if the DescriptorPool is used 89 // Gets a DescriptorPool::ErrorCollector which records errors to the 92 // from the information given to it by the DescriptorPool. 93 DescriptorPool::ErrorCollector* GetValidationErrorCollector() { 112 class LIBPROTOBUF_EXPORT ValidationErrorCollector : public DescriptorPool::ErrorCollector { 149 // the file is already in the DescriptorPool, the existing FileDescriptor 150 // will be returned. The FileDescriptor is property of the DescriptorPool, 160 // DescriptorPool so that they can be cross-linked). 163 // The DescriptorPool in which all imported FileDescriptors and thei [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/ |
importer.h | 67 // code locations for error reporting. However, when a DescriptorPool wraps 69 // of the database is called at a time, even if the DescriptorPool is used 89 // Gets a DescriptorPool::ErrorCollector which records errors to the 92 // from the information given to it by the DescriptorPool. 93 DescriptorPool::ErrorCollector* GetValidationErrorCollector() { 112 class LIBPROTOBUF_EXPORT ValidationErrorCollector : public DescriptorPool::ErrorCollector { 149 // the file is already in the DescriptorPool, the existing FileDescriptor 150 // will be returned. The FileDescriptor is property of the DescriptorPool, 160 // DescriptorPool so that they can be cross-linked). 163 // The DescriptorPool in which all imported FileDescriptors and thei [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/ |
importer.h | 67 // code locations for error reporting. However, when a DescriptorPool wraps 69 // of the database is called at a time, even if the DescriptorPool is used 89 // Gets a DescriptorPool::ErrorCollector which records errors to the 92 // from the information given to it by the DescriptorPool. 93 DescriptorPool::ErrorCollector* GetValidationErrorCollector() { 112 class LIBPROTOBUF_EXPORT ValidationErrorCollector : public DescriptorPool::ErrorCollector { 155 // the file is already in the DescriptorPool, the existing FileDescriptor 156 // will be returned. The FileDescriptor is property of the DescriptorPool, 166 // DescriptorPool so that they can be cross-linked). 169 // The DescriptorPool in which all imported FileDescriptors and thei [all...] |
/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...] |