MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / SerializedObject

Method SerializedObject

core/src/core/serialized_object.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47FlatBuffersAllocator SerializedObject::sAllocator;
48
49SerializedObject::SerializedObject()
50 : mFBB(ipl::make_unique<flatbuffers::FlatBufferBuilder>(kInitialSize, &sAllocator))
51 , mSize(0)
52 , mData(nullptr)
53{}
54
55SerializedObject::SerializedObject(size_t size, const byte_t* data)
56 : mSize(size)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected