Home
last modified time | relevance | path

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

/external/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
/external/setupdesign/main/src/com/google/android/setupdesign/items/
DItemGroup.java198 int childPos = -1; in getChildPosition() local
/external/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java1146 int childPos = end + pos * byteWidth; in get() local
1171 int childPos = vec.end + pos * vec.byteWidth; in get() local