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

Method EndString

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

Source from the content-addressed store, hash-verified

1486}
1487
1488void JsonWriter::EndString(LPCWSTR pStr)
1489{
1490 D3D12MA_ASSERT(m_InsideString);
1491
1492 if (pStr)
1493 ContinueString(pStr);
1494 m_SB.Add(L'"');
1495 m_InsideString = false;
1496}
1497
1498void JsonWriter::WriteNumber(UINT num)
1499{

Callers 1

NormalBlockClass · 0.45

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected