Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ WriteString
Method
WriteString
modules/engine/graphics/src/d3d12/D3D12MemAlloc.cpp:1402–1406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1400
}
1401
1402
void JsonWriter::WriteString(LPCWSTR pStr)
1403
{
1404
BeginString(pStr);
1405
EndString();
1406
}
1407
1408
void JsonWriter::BeginString(LPCWSTR pStr)
1409
{
Callers
4
PrintDetailedMap_Begin
Method · 0.45
PrintDetailedMap_Allocation
Method · 0.45
PrintDetailedMap_UnusedRange
Method · 0.45
NormalBlock
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected