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

Function decode

src/vector/vdebug.cpp:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170template <typename Arg>
171char* decode(std::ostream& os, char* b, Arg* /*dummy*/)
172{
173 Arg arg = *reinterpret_cast<Arg*>(b);
174 os << arg;
175 return b + sizeof(Arg);
176}
177
178template <>
179char* decode(std::ostream& os, char* b, VDebug::string_literal_t* /*dummy*/)

Callers 1

stringifyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected