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

Method EndArray

modules/engine/graphics/src/d3d12/D3D12MemAlloc.cpp:1391–1400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1389}
1390
1391void JsonWriter::EndArray()
1392{
1393 D3D12MA_ASSERT(!m_InsideString);
1394 D3D12MA_ASSERT(!m_Stack.empty() && m_Stack.back().type == COLLECTION_TYPE_ARRAY);
1395
1396 WriteIndent(true);
1397 m_SB.Add(L']');
1398
1399 m_Stack.pop_back();
1400}
1401
1402void JsonWriter::WriteString(LPCWSTR pStr)
1403{

Callers 2

PrintDetailedMap_EndMethod · 0.45
NormalBlockClass · 0.45

Calls 4

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

Tested by

no test coverage detected