MCPcopy 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

AddFunction · 0.85

Calls 4

WidthUFunction · 0.85
KeyFunction · 0.85
push_backMethod · 0.80
ValueClass · 0.70

Tested by

no test coverage detected