FlatBuffers Version 22.11.23 (#7662)

This commit is contained in:
Derek Bailey
2022-11-23 11:32:19 -08:00
committed by GitHub
parent 9d2c04d629
commit 8f625561d0
159 changed files with 212 additions and 212 deletions

View File

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