mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 03:17:32 +00:00
FlatBuffers Version 22.12.06 (#7702)
This commit is contained in:
@@ -46,7 +46,7 @@ class LongFloatMap : Table() {
|
||||
}
|
||||
}
|
||||
companion object {
|
||||
fun validateVersion() = Constants.FLATBUFFERS_22_11_23()
|
||||
fun validateVersion() = Constants.FLATBUFFERS_22_12_06()
|
||||
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