MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator / EndString

Method EndString

include/vk_mem_alloc.h:6219–6228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6217}
6218
6219void VmaJsonWriter::EndString(const char* pStr)
6220{
6221 VMA_ASSERT(m_InsideString);
6222 if (pStr != VMA_NULL && pStr[0] != '\0')
6223 {
6224 ContinueString(pStr);
6225 }
6226 m_SB.Add('"');
6227 m_InsideString = false;
6228}
6229
6230void VmaJsonWriter::WriteNumber(uint32_t n)
6231{

Callers 4

PrintParametersMethod · 0.80
PrintDetailedMapMethod · 0.80
vmaBuildStatsStringFunction · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected