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

Method GetAddressOf

native/thirdpart/flatbuffers/flatbuffers.h:2623–2626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2621 }
2622
2623 uint8_t *GetAddressOf(voffset_t field) {
2624 auto field_offset = GetOptionalFieldOffset(field);
2625 return field_offset ? data_ + field_offset : nullptr;
2626 }
2627 const uint8_t *GetAddressOf(voffset_t field) const {
2628 return const_cast<Table *>(this)->GetAddressOf(field);
2629 }

Callers 10

CompareTablesByScalarKeyFunction · 0.80
CompareTablesByStringKeyFunction · 0.80
GetAnyFieldIFunction · 0.80
GetAnyFieldFFunction · 0.80
GetAnyFieldSFunction · 0.80
GetAnyFieldAddressOfFunction · 0.80
SetAnyFieldIFunction · 0.80
SetAnyFieldFFunction · 0.80
SetAnyFieldSFunction · 0.80
IterateObjectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected