/external/swiftshader/src/Vulkan/ |
D | VkDescriptorPool.cpp | 34 DescriptorPool::DescriptorPool(const VkDescriptorPoolCreateInfo *pCreateInfo, void *mem) in DescriptorPool() function in vk::DescriptorPool 40 void DescriptorPool::destroy(const VkAllocationCallbacks *pAllocator) in destroy() 45 size_t DescriptorPool::ComputeRequiredAllocationSize(const VkDescriptorPoolCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize() 58 VkResult DescriptorPool::allocateSets(uint32_t descriptorSetCount, const VkDescriptorSetLayout *pSe… in allocateSets() 79 uint8_t *DescriptorPool::findAvailableMemory(size_t size) in findAvailableMemory() 121 VkResult DescriptorPool::allocateSets(size_t *sizes, uint32_t numAllocs, VkDescriptorSet *pDescript… in allocateSets() 177 void DescriptorPool::freeSets(uint32_t descriptorSetCount, const VkDescriptorSet *pDescriptorSets) in freeSets() 185 void DescriptorPool::freeSet(const VkDescriptorSet descriptorSet) in freeSet() 195 VkResult DescriptorPool::reset() in reset() 202 size_t DescriptorPool::computeTotalFreeSize() const in computeTotalFreeSize()
|
D | VkDescriptorPool.hpp | 23 class DescriptorPool : public Object<DescriptorPool, VkDescriptorPool> class 26 DescriptorPool(const VkDescriptorPoolCreateInfo *pCreateInfo, void *mem); 59 static inline DescriptorPool *Cast(VkDescriptorPool object) in Cast() 61 return DescriptorPool::Cast(object); in Cast()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 520 class DescriptorPool::Tables { 595 Symbol FindByNameHelper(const DescriptorPool* pool, const std::string& name); 799 DescriptorPool::Tables::Tables() in Tables() 807 DescriptorPool::Tables::~Tables() { in ~Tables() 840 void DescriptorPool::Tables::AddCheckpoint() { in AddCheckpoint() 844 void DescriptorPool::Tables::ClearLastCheckpoint() { in ClearLastCheckpoint() 856 void DescriptorPool::Tables::RollbackToLastCheckpoint() { in RollbackToLastCheckpoint() 905 inline Symbol DescriptorPool::Tables::FindSymbol(const std::string& key) const { in FindSymbol() 933 Symbol DescriptorPool::Tables::FindByNameHelper(const DescriptorPool* pool, in FindByNameHelper() 957 inline const FileDescriptor* DescriptorPool::Tables::FindFile( in FindFile() [all …]
|
D | descriptor.h | 90 class DescriptorPool; variable 495 friend class DescriptorPool; variable 1065 friend class DescriptorPool; variable 1145 friend class DescriptorPool; variable 1333 const DescriptorPool* pool() const; 1460 const DescriptorPool* pool_; 1500 friend class DescriptorPool; variable 1539 class PROTOBUF_EXPORT DescriptorPool { 1542 DescriptorPool(); 1568 explicit DescriptorPool(DescriptorDatabase* fallback_database, [all …]
|
/external/tensorflow/tensorflow/core/util/proto/ |
D | descriptors.cc | 30 std::unique_ptr<protobuf::DescriptorPool>* out_pool) { in CreatePoolFromSet() 31 *out_pool = absl::make_unique<protobuf::DescriptorPool>(); in CreatePoolFromSet() 48 std::unique_ptr<protobuf::DescriptorPool>* owned_desc_pool) { in GetDescriptorPoolFromFile() 69 std::unique_ptr<protobuf::DescriptorPool>* owned_desc_pool) { in GetDescriptorPoolFromBinary() 91 protobuf::DescriptorPool const** desc_pool, in GetDescriptorPool() 92 std::unique_ptr<protobuf::DescriptorPool>* owned_desc_pool) { in GetDescriptorPool()
|
D | local_descriptor_pool_registration.cc | 25 tensorflow::protobuf::DescriptorPool const** desc_pool, in Function() 26 std::unique_ptr<tensorflow::protobuf::DescriptorPool>* owned_desc_pool) { in Function() 27 *desc_pool = ::tensorflow::protobuf::DescriptorPool::generated_pool(); in Function()
|
D | descriptors.h | 47 protobuf::DescriptorPool const** desc_pool, 48 std::unique_ptr<protobuf::DescriptorPool>* owned_desc_pool);
|
/external/protobuf/php/src/Google/Protobuf/ |
D | DescriptorPool.php | 35 class DescriptorPool class 42 * @return DescriptorPool 47 … self::$pool = new DescriptorPool(\Google\Protobuf\Internal\DescriptorPool::getGeneratedPool());
|
D | Any.php | 272 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); 303 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); 317 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor_pool.h | 60 DescriptorPool* pool; 64 DescriptorPool::ErrorCollector* error_collector; 68 const DescriptorPool* underlay; 127 PyDescriptorPool* GetDescriptorPool_FromPool(const DescriptorPool* pool);
|
D | descriptor_pool.cc | 65 static std::unordered_map<const DescriptorPool*, PyDescriptorPool*>* 72 class BuildFileErrorCollector : public DescriptorPool::ErrorCollector { 135 const DescriptorPool* underlay) { in PyDescriptorPool_NewWithUnderlay() 140 cpool->pool = new DescriptorPool(underlay); in PyDescriptorPool_NewWithUnderlay() 161 cpool->pool = new DescriptorPool(database, cpool->error_collector); in PyDescriptorPool_NewWithDatabase() 164 cpool->pool = new DescriptorPool(); in PyDescriptorPool_NewWithDatabase() 220 PyObject* SetErrorFromCollector(DescriptorPool::ErrorCollector* self, in SetErrorFromCollector() 731 new std::unordered_map<const DescriptorPool*, PyDescriptorPool*>; in InitDescriptorPool() 733 DescriptorPool::generated_pool()); in InitDescriptorPool() 741 std::make_pair(DescriptorPool::generated_pool(), in InitDescriptorPool() [all …]
|
/external/protobuf/php/tests/ |
D | descriptors_test.php | 8 use Google\Protobuf\DescriptorPool; alias 48 $pool = DescriptorPool::getGeneratedPool(); 59 $pool = DescriptorPool::getGeneratedPool(); 77 $pool = DescriptorPool::getGeneratedPool(); 101 $pool = DescriptorPool::getGeneratedPool(); 125 $pool = DescriptorPool::getGeneratedPool(); 200 $pool = DescriptorPool::getGeneratedPool(); 211 $pool = DescriptorPool::getGeneratedPool(); 223 $pool = DescriptorPool::getGeneratedPool();
|
/external/protobuf/src/google/protobuf/util/ |
D | json_util.cc | 232 kTypeUrlPrefix, DescriptorPool::generated_pool()); in InitGeneratedTypeResolver() 245 const DescriptorPool* pool = message.GetDescriptor()->file()->pool(); in MessageToJsonString() 247 pool == DescriptorPool::generated_pool() in MessageToJsonString() 253 if (pool != DescriptorPool::generated_pool()) { in MessageToJsonString() 261 const DescriptorPool* pool = message->GetDescriptor()->file()->pool(); in JsonStringToMessage() 263 pool == DescriptorPool::generated_pool() in JsonStringToMessage() 274 if (pool != DescriptorPool::generated_pool()) { in JsonStringToMessage()
|
D | type_resolver_util.h | 40 class DescriptorPool; variable 49 const std::string& url_prefix, const DescriptorPool* pool);
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FileDescriptor.cs | 64 …FileDescriptorProto proto, IEnumerable<FileDescriptor> dependencies, DescriptorPool pool, bool all… in FileDescriptor() 67 DescriptorPool = pool; in FileDescriptor() 279 internal DescriptorPool DescriptorPool { get; } property in Google.Protobuf.Reflection.FileDescriptor 300 T result = DescriptorPool.FindSymbol<T>(name); 339 DescriptorPool pool = new DescriptorPool(dependencies); in BuildFrom() 463 var pool = new DescriptorPool(dependencies); in BuildFromByteStrings()
|
D | MethodDescriptor.cs | 104 file.DescriptorPool.AddSymbol(this); in MethodDescriptor() 116 IDescriptor lookup = File.DescriptorPool.LookupSymbol(Proto.InputType, this); in CrossLink() 123 lookup = File.DescriptorPool.LookupSymbol(Proto.OutputType, this); in CrossLink()
|
D | EnumDescriptor.cs | 66 File.DescriptorPool.AddSymbol(this); in EnumDescriptor() 115 return File.DescriptorPool.FindEnumValueByNumber(this, number); in FindValueByNumber() 125 return File.DescriptorPool.FindSymbol<EnumValueDescriptor>(FullName + "." + name); in FindValueByName()
|
D | MessageDescriptor.cs | 100 file.DescriptorPool.AddSymbol(this); in MessageDescriptor() 225 …public FieldDescriptor FindFieldByName(String name) => File.DescriptorPool.FindSymbol<FieldDescrip… 232 …public FieldDescriptor FindFieldByNumber(int number) => File.DescriptorPool.FindFieldByNumber(this… in FindFieldByNumber() 241 File.DescriptorPool.FindSymbol<T>(FullName + "." + name);
|
/external/perfetto/src/trace_processor/util/ |
D | protozero_to_text.h | 27 class DescriptorPool; variable 53 std::string ProtozeroToText(const DescriptorPool& pool, 58 std::string ProtozeroToText(const DescriptorPool& pool,
|
D | protozero_to_text.cc | 73 const DescriptorPool& pool, in ConvertProtoTypeToFieldAndValueString() 163 const DescriptorPool& pool, in ProtozeroToTextInternal() 214 std::string ProtozeroToText(const DescriptorPool& pool, in ProtozeroToText() 227 DescriptorPool pool; in DebugTrackEventProtozeroToText() 237 DescriptorPool pool; in ShortDebugTrackEventProtozeroToText() 245 DescriptorPool pool; in ProtozeroEnumToText() 263 std::string ProtozeroToText(const DescriptorPool& pool, in ProtozeroToText()
|
D | protozero_to_text_unittests.cc | 116 DescriptorPool pool; in TEST() 141 DescriptorPool pool; in TEST() 188 DescriptorPool pool; in TEST() 204 DescriptorPool pool; in TEST()
|
/external/protobuf/benchmarks/util/ |
D | protoc-gen-proto2_to_proto3.cc | 12 using google::protobuf::DescriptorPool; 29 DescriptorPool* GetPool() { in GetPool() 30 static DescriptorPool *pool = new DescriptorPool(); in GetPool()
|
/external/grpc-grpc/test/cpp/end2end/ |
D | proto_server_reflection_test.cc | 47 ref_desc_pool_ = protobuf::DescriptorPool::generated_pool(); in SetUp() 61 desc_pool_.reset(new protobuf::DescriptorPool(desc_db_.get())); in ResetStub() 122 std::unique_ptr<protobuf::DescriptorPool> desc_pool_; 125 const protobuf::DescriptorPool* ref_desc_pool_;
|
/external/perfetto/tools/ftrace_proto_gen/ |
D | ftrace_descriptor_gen.h | 25 class DescriptorPool; variable 34 const google::protobuf::DescriptorPool& descriptor_pool,
|
/external/protobuf/src/google/protobuf/compiler/ |
D | importer.h | 102 DescriptorPool::ErrorCollector* GetValidationErrorCollector() { in GetValidationErrorCollector() 124 : public DescriptorPool::ErrorCollector { 179 inline const DescriptorPool* pool() const { return &pool_; } in pool() 187 DescriptorPool pool_;
|