MCPcopy Create free account
hub / github.com/Samsung/rlottie / encode

Method encode

src/vector/vdebug.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107template <typename Arg>
108void VDebug::encode(Arg arg)
109{
110 *reinterpret_cast<Arg*>(buffer()) = arg;
111 m_bytes_used += sizeof(Arg);
112}
113
114template <typename Arg>
115void VDebug::encode(Arg arg, uint8_t type_id)

Callers

nothing calls this directly

Calls 1

bufferFunction · 0.85

Tested by

no test coverage detected