MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator / WriteNumber

Method WriteNumber

include/vk_mem_alloc.h:6230–6235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6228}
6229
6230void VmaJsonWriter::WriteNumber(uint32_t n)
6231{
6232 VMA_ASSERT(!m_InsideString);
6233 BeginValue(false);
6234 m_SB.AddNumber(n);
6235}
6236
6237void VmaJsonWriter::WriteNumber(uint64_t n)
6238{

Callers 7

PrintParametersMethod · 0.80
PrintDetailedMapMethod · 0.80
vmaBuildStatsStringFunction · 0.80

Calls 1

AddNumberMethod · 0.80

Tested by

no test coverage detected