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

Function StartVector

native/thirdpart/flatbuffers/flatbuffers.h:1672–1677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1670 }
1671
1672 void StartVector(size_t len, size_t elemsize) {
1673 NotNested();
1674 nested = true;
1675 PreAlign<uoffset_t>(len * elemsize);
1676 PreAlign(len * elemsize, elemsize); // Just in case elemsize > uoffset_t.
1677 }
1678
1679 // Call this right before StartVector/CreateVector if you want to force the
1680 // alignment to be something different than what the element size would

Callers 5

CreateVectorFunction · 0.70
CreateVectorOfStructsFunction · 0.70
CreateVectorScalarCastFunction · 0.70
StartVectorOfStructsFunction · 0.70

Calls 2

NotNestedFunction · 0.85
PreAlignFunction · 0.85

Tested by

no test coverage detected