MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / EndObject

Method EndObject

Source/ThirdParty/VulkanMemoryAllocator/vk_mem_alloc.h:5740–5749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5738}
5739
5740void VmaJsonWriter::EndObject()
5741{
5742 VMA_ASSERT(!m_InsideString);
5743
5744 WriteIndent(true);
5745 m_SB.Add('}');
5746
5747 VMA_ASSERT(!m_Stack.empty() && m_Stack.back().type == COLLECTION_TYPE_OBJECT);
5748 m_Stack.pop_back();
5749}
5750
5751void VmaJsonWriter::BeginArray(bool singleLine)
5752{

Callers 6

BuildStatsStringMethod · 0.45
PrintDetailedMapMethod · 0.45
vmaBuildStatsStringFunction · 0.45

Calls 4

backMethod · 0.80
AddMethod · 0.45
emptyMethod · 0.45
pop_backMethod · 0.45

Tested by

no test coverage detected