mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-15 00:38:52 +00:00
FlatBuffers Version 23.5.9 (#7945)
This commit is contained in:
@@ -58,7 +58,7 @@ class LongFloatMap : Table() {
|
||||
}
|
||||
}
|
||||
companion object {
|
||||
fun validateVersion() = Constants.FLATBUFFERS_23_5_8()
|
||||
fun validateVersion() = Constants.FLATBUFFERS_23_5_9()
|
||||
fun getRootAsLongFloatMap(_bb: ByteBuffer): LongFloatMap = getRootAsLongFloatMap(_bb, LongFloatMap())
|
||||
fun getRootAsLongFloatMap(_bb: ByteBuffer, obj: LongFloatMap): LongFloatMap {
|
||||
_bb.order(ByteOrder.LITTLE_ENDIAN)
|
||||
|
||||
Reference in New Issue
Block a user