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

Function EndVectorOfStructs

native/thirdpart/flatbuffers/flatbuffers.h:2210–2212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2208 // Vector should have previously be started with StartVectorOfStructs().
2209 template<typename T>
2210 Offset<Vector<const T *>> EndVectorOfStructs(size_t vector_size) {
2211 return Offset<Vector<const T *>>(EndVector(vector_size));
2212 }
2213};
2214/// @}
2215

Callers

nothing calls this directly

Calls 1

EndVectorFunction · 0.70

Tested by

no test coverage detected