flatbuffers/tests/MyGame
Paulo Pinheiro 7181d77700
[Java] Fix key lookup returning null clashing with default value (#7236)
A field with key attribute must always be written on the message so it
can be looked up by key. There is a edge case where inserting a key
field with same value as default would prevent it to be written on
the message and later cannot be found when searched by key.
2022-04-11 17:16:41 -07:00
..
Example [Java] Fix key lookup returning null clashing with default value (#7236) 2022-04-11 17:16:41 -07:00
Example2 Change Rust generated file defaults (#7101) 2022-02-15 11:48:42 -05:00
OtherNameSpace Change Rust generated file defaults (#7101) 2022-02-15 11:48:42 -05:00
InParentNamespace.cs [C#] Remove superfluous semicolon in C# structs (#6791) 2021-08-17 11:02:57 -04:00
InParentNamespace.go Support size-prefixed buffers and add tests for size-prefixed messages (#6232) 2020-11-05 11:23:56 -08:00
InParentNamespace.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
InParentNamespace.kt Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08:00
InParentNamespace.lua Change Rust generated file defaults (#7101) 2022-02-15 11:48:42 -05:00
InParentNamespace.php Cleaned up namespace handling. 2017-08-24 13:39:45 -07:00
InParentNamespace.py Keep methods with struct name and switch them to default (#6879) 2021-11-04 15:12:25 -07:00
InParentNamespaceT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
MonsterExtra.cs Add overloads for C# ByteBuffer/FlatBufferBuilder to allow adding vector blocks from ArraySegments or IntPtr (#7193) 2022-04-01 13:35:07 -07:00
MonsterExtra.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
MonsterExtra.kt Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08:00
MonsterExtra.py Keep methods with struct name and switch them to default (#6879) 2021-11-04 15:12:25 -07:00
MonsterExtraT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
__init__.py Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00