Home
last modified time | relevance | path

Searched refs:GetPool (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/benchmarks/util/
Dprotoc-gen-proto2_to_proto3.cc29 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/
Dmessage_factory.cc239 static PyObject* GetPool(PyMessageFactory* self, void* closure) { in GetPool() function
245 {"pool", (getter)GetPool, NULL, "DescriptorPool"},
Ddescriptor.cc1330 static PyObject* GetPool(PyFileDescriptor *self, void *closure) { in GetPool() function
1425 { "pool", (getter)GetPool, NULL, "pool"},
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h3847 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/
Dvk_mem_alloc.h5038 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()