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

Function GetAnyFieldAddressOf

native/thirdpart/flatbuffers/reflection.h:272–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270// Similarly, for elements of tables.
271template<typename T>
272T *GetAnyFieldAddressOf(const Table &table, const reflection::Field &field) {
273 return reinterpret_cast<T *>(table.GetAddressOf(field.offset()));
274}
275
276// Similarly, for elements of structs.
277template<typename T>

Callers

nothing calls this directly

Calls 1

GetAddressOfMethod · 0.80

Tested by

no test coverage detected