FlatBuffers Version v24.3.6

This commit is contained in:
Derek Bailey
2024-03-07 06:52:51 +00:00
parent 129ef422e8
commit d1867fb4cf
181 changed files with 290 additions and 286 deletions

View File

@@ -43,7 +43,7 @@ class TestSimpleTableWithEnum : Table() {
}
}
companion object {
fun validateVersion() = Constants.FLATBUFFERS_23_5_26()
fun validateVersion() = Constants.FLATBUFFERS_24_3_6()
fun getRootAsTestSimpleTableWithEnum(_bb: ByteBuffer): TestSimpleTableWithEnum = getRootAsTestSimpleTableWithEnum(_bb, TestSimpleTableWithEnum())
fun getRootAsTestSimpleTableWithEnum(_bb: ByteBuffer, obj: TestSimpleTableWithEnum): TestSimpleTableWithEnum {
_bb.order(ByteOrder.LITTLE_ENDIAN)