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

Method EndArray

include/vk_mem_alloc.h:6128–6137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6126}
6127
6128void VmaJsonWriter::EndArray()
6129{
6130 VMA_ASSERT(!m_InsideString);
6131
6132 WriteIndent(true);
6133 m_SB.Add(']');
6134
6135 VMA_ASSERT(!m_Stack.empty() && m_Stack.back().type == COLLECTION_TYPE_ARRAY);
6136 m_Stack.pop_back();
6137}
6138
6139void VmaJsonWriter::WriteString(const char* pStr)
6140{

Callers 4

BuildStatsStringMethod · 0.80
PrintDetailedMap_EndMethod · 0.80
PrintDetailedMapMethod · 0.80
vmaBuildStatsStringFunction · 0.80

Calls 3

AddMethod · 0.45
emptyMethod · 0.45
pop_backMethod · 0.45

Tested by

no test coverage detected