flatbuffers/tests/MyGame
Anton Bobukh b50b6be60a
[Kotlin] Control the generation of reflection with --reflect-names (#7775)
* [Kotlin] Control the generation of reflection with --reflect-names.
Tested:
```
$ cmake -G "Unix Makefiles" && make && ./tests/flatc/main.py
...
KotlinTests.EnumValAttributes
 [PASSED]
KotlinTests.EnumValAttributes_ReflectNames
 [PASSED]
KotlinTests: 2 of 2 passsed
...

35 of 35 tests passed
```

* [Kotlin] Fix SampleBinary by converting Byte to UByte for ubyte fields.

* [Kotlin] Annotate all generated classes with kotlin.ExperimentalUnsignedTypes.
2023-01-10 10:03:39 -08:00
..
Example [Kotlin] Control the generation of reflection with --reflect-names (#7775) 2023-01-10 10:03:39 -08:00
Example2 [Kotlin] Control the generation of reflection with --reflect-names (#7775) 2023-01-10 10:03:39 -08:00
OtherNameSpace FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
InParentNamespace.cs FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08: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 FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
InParentNamespace.kt [Kotlin] Control the generation of reflection with --reflect-names (#7775) 2023-01-10 10:03:39 -08:00
InParentNamespace.lua FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
InParentNamespace.nim FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
InParentNamespace.php Cleaned up namespace handling. 2017-08-24 13:39:45 -07:00
InParentNamespace.py [Python] Fixed the issue with nested unions relying on InitFromBuf. (#7576) 2022-10-26 14:56:52 -07:00
InParentNamespaceT.java Fixed test cases (#7732) 2022-12-22 20:51:39 +00:00
MonsterExtra.cs FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
MonsterExtra.java FlatBuffers Version 23.1.4 (#7758) 2023-01-04 15:22:46 -08:00
MonsterExtra.kt [Kotlin] Control the generation of reflection with --reflect-names (#7775) 2023-01-10 10:03:39 -08:00
MonsterExtra.py Add comparison operator to python objects under --gen-compare option (#7610) 2022-11-11 02:47:53 +00:00
MonsterExtraT.java Fixed test cases (#7732) 2022-12-22 20:51:39 +00:00
__init__.py Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00