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

Function EndVector

native/thirdpart/flatbuffers/flatbuffers.h:1666–1670  ·  view source on GitHub ↗

@cond FLATBUFFERS_INTERNAL

Source from the content-addressed store, hash-verified

1664
1665 /// @cond FLATBUFFERS_INTERNAL
1666 uoffset_t EndVector(size_t len) {
1667 FLATBUFFERS_ASSERT(nested); // Hit if no corresponding StartVector.
1668 nested = false;
1669 return PushElement(static_cast<uoffset_t>(len));
1670 }
1671
1672 void StartVector(size_t len, size_t elemsize) {
1673 NotNested();

Callers 5

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

Calls 1

PushElementFunction · 0.85

Tested by

no test coverage detected