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

Function ReadInt64

native/thirdpart/flatbuffers/flexbuffers.h:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146inline int64_t ReadInt64(const uint8_t *data, uint8_t byte_width) {
147 return ReadSizedScalar<int64_t, int8_t, int16_t, int32_t, int64_t>(
148 data, byte_width);
149}
150
151inline uint64_t ReadUInt64(const uint8_t *data, uint8_t byte_width) {
152 // This is the "hottest" function (all offset lookups use this), so worth

Callers 3

AsInt64Method · 0.85
AsUInt64Method · 0.85
AsDoubleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected