MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / EndVector

Function EndVector

Libs/flatbuffers/flatbuffers.h:1746–1750  ·  view source on GitHub ↗

@cond FLATBUFFERS_INTERNAL

Source from the content-addressed store, hash-verified

1744
1745 /// @cond FLATBUFFERS_INTERNAL
1746 uoffset_t EndVector(size_t len) {
1747 FLATBUFFERS_ASSERT(nested); // Hit if no corresponding StartVector.
1748 nested = false;
1749 return PushElement(static_cast<uoffset_t>(len));
1750 }
1751
1752 void StartVector(size_t len, size_t elemsize) {
1753 NotNested();

Callers 6

CreateVectorFunction · 0.70
CreateVectorOfStringsFunction · 0.70
CreateVectorOfStructsFunction · 0.70
CreateVectorScalarCastFunction · 0.70
EndVectorOfStructsFunction · 0.70

Calls 1

PushElementFunction · 0.85

Tested by

no test coverage detected