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

Function StartStruct

native/thirdpart/flatbuffers/flatbuffers.h:1517–1520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1515 template<typename T> void Required(Offset<T> table, voffset_t field);
1516
1517 uoffset_t StartStruct(size_t alignment) {
1518 Align(alignment);
1519 return GetSize();
1520 }
1521
1522 uoffset_t EndStruct() { return GetSize(); }
1523

Callers 3

ParseDeclMethod · 0.85
ParseProtoDeclMethod · 0.85
ParseProtoFieldsMethod · 0.85

Calls 2

AlignFunction · 0.70
GetSizeFunction · 0.70

Tested by

no test coverage detected