Searched refs:calculateKeyVectorBitWidth (Results 1 – 1 of 1) sorted by relevance
630 private fun calculateKeyVectorBitWidth(start: Int, length: Int): BitWidth { in calculateKeyVectorBitWidth() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder644 val bitWidth = calculateKeyVectorBitWidth(start, length) in createKeyVector()