Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/Fastbot_Android
/ IndirectUInt
Function
IndirectUInt
native/thirdpart/flatbuffers/flexbuffers.h:983–985 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
981
}
982
983
void IndirectUInt(uint64_t u) {
984
PushIndirect(u, FBT_INDIRECT_UINT, WidthU(u));
985
}
986
void IndirectUInt(const char *key, uint64_t u) {
987
Key(key);
988
IndirectUInt(u);
Callers
nothing calls this directly
Calls
3
PushIndirect
Function · 0.85
WidthU
Function · 0.85
Key
Function · 0.85
Tested by
no test coverage detected