MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / EndArray

Method EndArray

include/vk_mem_alloc.h:5890–5899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5888}
5889
5890void VmaJsonWriter::EndArray()
5891{
5892 VMA_ASSERT(!m_InsideString);
5893
5894 WriteIndent(true);
5895 m_SB.Add(']');
5896
5897 VMA_ASSERT(!m_Stack.empty() && m_Stack.back().type == COLLECTION_TYPE_ARRAY);
5898 m_Stack.pop_back();
5899}
5900
5901void VmaJsonWriter::WriteString(const char* pStr)
5902{

Callers 4

BuildStatsStringMethod · 0.45
PrintDetailedMap_EndMethod · 0.45
PrintDetailedMapMethod · 0.45
vmaBuildStatsStringFunction · 0.45

Calls 3

AddMethod · 0.45
emptyMethod · 0.45
pop_backMethod · 0.45

Tested by

no test coverage detected