Searched refs:GetPool (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/benchmarks/util/ |
D | protoc-gen-proto2_to_proto3.cc | 29 DescriptorPool* GetPool() { in GetPool() function 76 string content = GetPool()->BuildFile(new_file)->DebugString(); in Generate() 84 if (GetPool()->FindFileByName(file->name()) != nullptr) { in CanGenerate() 88 if (GetPool()->FindFileByName(file->dependency(j)->name()) == nullptr) { in CanGenerate() 93 if (GetPool()->FindFileByName( in CanGenerate() 99 if (GetPool()->FindFileByName( in CanGenerate()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message_factory.cc | 239 static PyObject* GetPool(PyMessageFactory* self, void* closure) { in GetPool() function 245 {"pool", (getter)GetPool, NULL, "DescriptorPool"},
|
D | descriptor.cc | 1330 static PyObject* GetPool(PyFileDescriptor *self, void *closure) { in GetPool() function 1425 { "pool", (getter)GetPool, NULL, "pool"},
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 3847 VmaPool GetPool() const; 5054 VmaPool VmaAllocation_T::GetPool() const in GetPool() function 7915 VmaPool hPool = allocation->GetPool(); in FreeMemory() 8030 const VmaPool hAllocPool = hAlloc->GetPool(); in Defragment()
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 5038 VmaPool GetPool() const; 7301 VmaPool VmaAllocation_T::GetPool() const in GetPool() function 13301 const VmaPool hAllocPool = hAlloc->GetPool(); in AddAllocations() 14728 VmaPool hPool = allocation->GetPool(); in FreeMemory()
|