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

Method EndArray

Source/ThirdParty/VulkanMemoryAllocator/vk_mem_alloc.h:5765–5774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5763}
5764
5765void VmaJsonWriter::EndArray()
5766{
5767 VMA_ASSERT(!m_InsideString);
5768
5769 WriteIndent(true);
5770 m_SB.Add(']');
5771
5772 VMA_ASSERT(!m_Stack.empty() && m_Stack.back().type == COLLECTION_TYPE_ARRAY);
5773 m_Stack.pop_back();
5774}
5775
5776void VmaJsonWriter::WriteString(const char* pStr)
5777{

Callers 4

BuildStatsStringMethod · 0.45
PrintDetailedMap_EndMethod · 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