MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / Int

Method Int

native/thirdpart/flatbuffers/minireflect.h:363–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361 void Short(int16_t x, const char *name) { Named(x, name); }
362 void UShort(uint16_t x, const char *name) { Named(x, name); }
363 void Int(int32_t x, const char *name) { Named(x, name); }
364 void UInt(uint32_t x, const char *name) { Named(x, name); }
365 void Long(int64_t x) { s += NumToString(x); }
366 void ULong(uint64_t x) { s += NumToString(x); }

Callers 2

ParseFlexBufferValueMethod · 0.45
IterateValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected