Home
last modified time | relevance | path

Searched defs:childPos (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt623 val childPos: Int = end + index * byteWidth in get() constant
628 val childPos: Int = end + index * byteWidth in resolveAt() constant
772 val childPos: Int = keyVectorEnd + index * keyVectorByteWidth in toString() constant
782 val childPos: Int = keyVectorEnd + index * keyVectorByteWidth in toString() constant
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java1136 int childPos = end + pos * byteWidth; in get() local
1161 int childPos = vec.end + pos * vec.byteWidth; in get() local