Searched defs:toTypedVector (Results 1 – 3 of 3) sorted by relevance
41 export function toTypedVector(valueType: ValueType, length: number): ValueType { function
120 internal fun FlexBufferType.toTypedVector(): FlexBufferType = (this - T_INT) + T_VECTOR_INT in isTypedVector() method
136 static int toTypedVector(int type, int fixedLength) { in toTypedVector() method in FlexBuffers