MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / IndirectUInt

Function IndirectUInt

Libs/flatbuffers/flexbuffers.h:984–986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

982 }
983
984 void IndirectUInt(uint64_t u) {
985 PushIndirect(u, FBT_INDIRECT_UINT, WidthU(u));
986 }
987 void IndirectUInt(const char *key, uint64_t u) {
988 Key(key);
989 IndirectUInt(u);

Callers

nothing calls this directly

Calls 3

PushIndirectFunction · 0.85
WidthUFunction · 0.85
KeyFunction · 0.70

Tested by

no test coverage detected