MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / StartVector

Function StartVector

3rdparty/flatbuffers/include/flatbuffers/flatbuffers.h:919–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917 }
918
919 void StartVector(size_t len, size_t elemsize) {
920 NotNested();
921 nested = true;
922 PreAlign<uoffset_t>(len * elemsize);
923 PreAlign(len * elemsize, elemsize); // Just in case elemsize > uoffset_t.
924 }
925
926 // Call this right before StartVector/CreateVector if you want to force the
927 // alignment to be something different than what the element size would

Callers 4

CreateStringMethod · 0.85
CreateVectorFunction · 0.85
CreateVectorOfStructsFunction · 0.85

Calls 2

NotNestedFunction · 0.85
PreAlignFunction · 0.85

Tested by

no test coverage detected