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

Function StartTable

native/thirdpart/flatbuffers/flatbuffers.h:1435–1439  ·  view source on GitHub ↗

From generated code (or from the parser), we call StartTable/EndTable with a sequence of AddElement calls in between.

Source from the content-addressed store, hash-verified

1433 // From generated code (or from the parser), we call StartTable/EndTable
1434 // with a sequence of AddElement calls in between.
1435 uoffset_t StartTable() {
1436 NotNested();
1437 nested = true;
1438 return GetSize();
1439 }
1440
1441 // This finishes one serialized object by generating the vtable if it's a
1442 // table, comparing it against existing vtables, and writing the

Callers

nothing calls this directly

Calls 2

NotNestedFunction · 0.85
GetSizeFunction · 0.70

Tested by

no test coverage detected