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

Method size

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

Source from the content-addressed store, hash-verified

224 Sized(const uint8_t *data, uint8_t byte_width, size_t sz)
225 : Object(data, byte_width), size_(sz) {}
226 size_t size() const { return size_; }
227 // Access size stored in `byte_width_` bytes before data_ pointer.
228 size_t read_size() const {
229 return static_cast<size_t>(ReadUInt64(data_ - byte_width_, byte_width_));

Callers 15

AppendToStringFunction · 0.45
AsInt64Method · 0.45
AsUInt64Method · 0.45
AsDoubleMethod · 0.45
ToStringMethod · 0.45
operator[]Method · 0.45
GetRootFunction · 0.45
GetSizeFunction · 0.45
KeyFunction · 0.45
StringFunction · 0.45
BlobFunction · 0.45
StartVectorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected