mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-23 21:11:46 +00:00
FlatBuffers Version 22.9.24 (#7547)
This commit is contained in:
@@ -17,7 +17,7 @@ class InParentNamespace : Table() {
|
||||
return this
|
||||
}
|
||||
companion object {
|
||||
fun validateVersion() = Constants.FLATBUFFERS_2_0_8()
|
||||
fun validateVersion() = Constants.FLATBUFFERS_22_9_24()
|
||||
fun getRootAsInParentNamespace(_bb: ByteBuffer): InParentNamespace = getRootAsInParentNamespace(_bb, InParentNamespace())
|
||||
fun getRootAsInParentNamespace(_bb: ByteBuffer, obj: InParentNamespace): InParentNamespace {
|
||||
_bb.order(ByteOrder.LITTLE_ENDIAN)
|
||||
|
||||
Reference in New Issue
Block a user