Searched defs:minBitWidth (Results 1 – 2 of 2) sorted by relevance
128 var minBitWidth: BitWidth = W_8, in isTypedVector() variable in com.google.flatbuffers.kotlin.Value
669 final int minBitWidth; field in FlexBuffersBuilder.Value769 … private static int elemWidth(int type, int minBitWidth, long iValue, int bufSize, int elemIndex) { in elemWidth()