Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
template <typename Arg>
108
void VDebug::encode(Arg arg)
109
{
110
*reinterpret_cast<Arg*>(buffer()) = arg;
111
m_bytes_used += sizeof(Arg);
112
}
113
114
template <typename Arg>
115
void VDebug::encode(Arg arg, uint8_t type_id)
Callers
nothing calls this directly
Calls
1
buffer
Function · 0.85
Tested by
no test coverage detected