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

Method Keys

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

Source from the content-addressed store, hash-verified

337 Vector Values() const { return Vector(data_, byte_width_); }
338
339 TypedVector Keys() const {
340 const size_t num_prefixed_fields = 3;
341 auto keys_offset = data_ - byte_width_ * num_prefixed_fields;
342 return TypedVector(Indirect(keys_offset, byte_width_),
343 static_cast<uint8_t>(
344 ReadUInt64(keys_offset + byte_width_, byte_width_)),
345 FBT_KEY);
346 }
347
348 static Map EmptyMap() {
349 static const uint8_t empty_map[] = {

Callers 1

ToStringMethod · 0.80

Calls 3

IndirectFunction · 0.85
ReadUInt64Function · 0.85
TypedVectorFunction · 0.70

Tested by

no test coverage detected