class VmaJsonWriter
Defined at line 8268 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
Public Methods
void VmaJsonWriter (const VkAllocationCallbacks * pAllocationCallbacks, VmaStringBuilder & sb)
Defined at line 8319 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
void ~VmaJsonWriter ()
Defined at line 8326 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
void BeginObject (bool singleLine)
Defined at line 8332 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
void EndObject ()
Defined at line 8346 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
void BeginArray (bool singleLine)
Defined at line 8357 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
void EndArray ()
Defined at line 8371 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
void WriteString (const char * pStr)
Defined at line 8382 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
void BeginString (const char * pStr)
Defined at line 8388 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
void ContinueString (const char * pStr)
Defined at line 8401 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
void ContinueString (uint32_t n)
Defined at line 8445 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
void ContinueString (uint64_t n)
Defined at line 8451 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
void ContinueString_Pointer (const void * ptr)
Defined at line 8457 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
void EndString (const char * pStr)
Defined at line 8463 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
void WriteNumber (uint32_t n)
Defined at line 8474 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
void WriteNumber (uint64_t n)
Defined at line 8481 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
void WriteBool (bool b)
Defined at line 8488 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h
void WriteNull ()
Defined at line 8495 of file ../../src/ui/lib/escher/third_party/VulkanMemoryAllocator/vk_mem_alloc.h