Home
last modified time | relevance | path

Searched refs:keyVectorByteWidth (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt715 private var keyVectorByteWidth: ByteWidth in toString() variable
719 keyVectorByteWidth = ByteWidth(buffer.readInt(keysOffset + byteWidth, byteWidth)) in toString()
772 val childPos: Int = keyVectorEnd + index * keyVectorByteWidth in toString()
773 return Key(buffer, buffer.indirect(childPos, keyVectorByteWidth)) in toString()
782 val childPos: Int = keyVectorEnd + index * keyVectorByteWidth in toString()
783 val start = buffer.indirect(childPos, keyVectorByteWidth) in toString()
835 val keyPos: Int = buffer.indirect(keyVectorEnd + mid * keyVectorByteWidth, keyVectorByteWidth) in toString()