MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / EndString

Method EndString

engine/3rdparty/vulkanmemoryallocator/include/vk_mem_alloc.h:5675–5684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5673}
5674
5675void VmaJsonWriter::EndString(const char* pStr)
5676{
5677 VMA_ASSERT(m_InsideString);
5678 if (pStr != VMA_NULL && pStr[0] != '\0')
5679 {
5680 ContinueString(pStr);
5681 }
5682 m_SB.Add('"');
5683 m_InsideString = false;
5684}
5685
5686void VmaJsonWriter::WriteNumber(uint32_t n)
5687{

Callers 4

PrintParametersMethod · 0.80
PrintDetailedMapMethod · 0.80
vmaBuildStatsStringFunction · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected