mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 03:28:29 +00:00
FlatBuffers Version 23.1.21 (#7796)
This commit is contained in:
@@ -30,7 +30,7 @@ class InParentNamespace : Table() {
|
||||
return this
|
||||
}
|
||||
companion object {
|
||||
fun validateVersion() = Constants.FLATBUFFERS_23_1_20()
|
||||
fun validateVersion() = Constants.FLATBUFFERS_23_1_21()
|
||||
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