Home
last modified time | relevance | path

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

/third_party/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java868 int keysOffset = end - (byteWidth * num_prefixed_fields); in keys() local
910 int keysOffset = end - (byteWidth * num_prefixed_fields); in binarySearch() local
931 int keysOffset = end - (byteWidth * num_prefixed_fields); in binarySearch() local
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt717 val keysOffset = end - (3 * byteWidth) // 3 is number of prefixed fields in toString() constant