Searched defs:VmaStringBuilder (Results 1 – 3 of 3) sorted by relevance
3219 class VmaStringBuilder; variable5429 …VmaStringBuilder(const VkAllocationCallbacks* allocationCallbacks) : m_Data(VmaStlAllocator<char>(… in VmaStringBuilder() function
3132 class VmaStringBuilder; variable5343 …VmaStringBuilder(const VkAllocationCallbacks* allocationCallbacks) : m_Data(VmaStlAllocator<char>(… in VmaStringBuilder() function
6824 …VmaStringBuilder(VmaAllocator alloc) : m_Data(VmaStlAllocator<char>(alloc->GetAllocationCallbacks(… in VmaStringBuilder() function