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

Function IsTypedVector

Libs/flatbuffers/flexbuffers.h:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92inline bool IsTypedVector(Type t) {
93 return (t >= FBT_VECTOR_INT && t <= FBT_VECTOR_STRING_DEPRECATED) ||
94 t == FBT_VECTOR_BOOL;
95}
96
97inline bool IsFixedTypedVector(Type t) {
98 return t >= FBT_VECTOR_INT2 && t <= FBT_VECTOR_FLOAT4;

Callers 5

ToTypedVectorElementTypeFunction · 0.85
IsTypedVectorMethod · 0.85
IsAnyVectorMethod · 0.85
ToStringMethod · 0.85
AsTypedVectorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected