Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/Fastbot_Android
/ UInt
Function
UInt
native/thirdpart/flatbuffers/flexbuffers.h:953–953 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
951
}
952
953
void UInt(uint64_t u) { stack_.push_back(Value(u, FBT_UINT, WidthU(u))); }
954
void UInt(const char *key, uint64_t u) {
955
Key(key);
956
UInt(u);
Callers
1
Add
Function · 0.85
Calls
4
WidthU
Function · 0.85
Key
Function · 0.85
push_back
Method · 0.80
Value
Class · 0.70
Tested by
no test coverage detected