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

Function ToTypedVectorElementType

Libs/flatbuffers/flexbuffers.h:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112inline Type ToTypedVectorElementType(Type t) {
113 FLATBUFFERS_ASSERT(IsTypedVector(t));
114 return static_cast<Type>(t - FBT_VECTOR_INT + FBT_INT);
115}
116
117inline Type ToFixedTypedVectorElementType(Type t, uint8_t *len) {
118 FLATBUFFERS_ASSERT(IsFixedTypedVector(t));

Callers 1

AsTypedVectorMethod · 0.85

Calls 1

IsTypedVectorFunction · 0.85

Tested by

no test coverage detected