FlatBuffers Version 23.5.9 (#7945)

This commit is contained in:
Derek Bailey
2023-05-09 09:33:30 -07:00
committed by GitHub
parent 63b7b25289
commit 72b56fd081
185 changed files with 245 additions and 241 deletions

View File

@@ -57,7 +57,7 @@ class Animal : Table() {
return if(o != 0) bb.getShort(o + bb_pos).toUShort() else 0u
}
companion object {
fun validateVersion() = Constants.FLATBUFFERS_23_5_8()
fun validateVersion() = Constants.FLATBUFFERS_23_5_9()
fun getRootAsAnimal(_bb: ByteBuffer): Animal = getRootAsAnimal(_bb, Animal())
fun getRootAsAnimal(_bb: ByteBuffer, obj: Animal): Animal {
_bb.order(ByteOrder.LITTLE_ENDIAN)