flatbuffers/tests/MyGame/Example
Dominic Battre f7b734438d
Fix LongEnum definitions (#7596)
The MyGame/Example/LongEnum.java class did not compile because
Java expects an "L" suffix for literals of type long.

This CL fixes the code generation to include such a suffix.

Co-authored-by: Dominic Battre <battre@chromium.org>
2022-10-20 18:15:00 -07:00
..
__init__.py
Ability.cs [C#] Prepares for official Nuget release (#7496) 2022-09-01 10:17:34 -07:00
Ability.go [golang] Add support for text parsing with json struct tags (#7353) 2022-08-08 11:30:06 -07:00
Ability.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
Ability.kt Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08:00
Ability.lua FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
Ability.php
Ability.py [Python] Python fixed size array (#7529) 2022-09-22 11:08:09 -07:00
AbilityT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
Any.cs [C#] Prepares for official Nuget release (#7496) 2022-09-01 10:17:34 -07:00
Any.go
Any.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
Any.kt Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08:00
Any.lua FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
Any.php
Any.py Enable --gen-onefile in Python (#6953) 2021-12-09 15:47:09 -08:00
AnyAmbiguousAliases.cs [C#] Prepares for official Nuget release (#7496) 2022-09-01 10:17:34 -07:00
AnyAmbiguousAliases.go
AnyAmbiguousAliases.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
AnyAmbiguousAliases.kt Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08:00
AnyAmbiguousAliases.lua FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
AnyAmbiguousAliases.php
AnyAmbiguousAliases.py Enable --gen-onefile in Python (#6953) 2021-12-09 15:47:09 -08:00
AnyAmbiguousAliasesUnion.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
AnyUnion.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
AnyUniqueAliases.cs [C#] Prepares for official Nuget release (#7496) 2022-09-01 10:17:34 -07:00
AnyUniqueAliases.go
AnyUniqueAliases.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
AnyUniqueAliases.kt Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08:00
AnyUniqueAliases.lua FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
AnyUniqueAliases.php
AnyUniqueAliases.py Enable --gen-onefile in Python (#6953) 2021-12-09 15:47:09 -08:00
AnyUniqueAliasesUnion.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
ArrayStruct.cs [C#] Prepares for official Nuget release (#7496) 2022-09-01 10:17:34 -07:00
ArrayStruct.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
ArrayStruct.py [Python] Python fixed size array (#7529) 2022-09-22 11:08:09 -07:00
ArrayStructT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
ArrayTable.cs FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
ArrayTable.java FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
ArrayTable.py [Python] Python fixed size array (#7529) 2022-09-22 11:08:09 -07:00
ArrayTableT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
Color.cs
Color.go
Color.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
Color.kt Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08:00
Color.lua FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
Color.php
Color.py Enable --gen-onefile in Python (#6953) 2021-12-09 15:47:09 -08:00
LongEnum.cs Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
LongEnum.go Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
LongEnum.java Fix LongEnum definitions (#7596) 2022-10-20 18:15:00 -07:00
LongEnum.kt Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
LongEnum.lua FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
LongEnum.php Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
LongEnum.py Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
Monster.cs FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
Monster.go [golang] Add support for text parsing with json struct tags (#7353) 2022-08-08 11:30:06 -07:00
Monster.java FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
Monster.kt FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
Monster.lua FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
Monster.php Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
Monster.py [Python] Python fixed size array (#7529) 2022-09-22 11:08:09 -07:00
monster_test_grpc_fb.py
MonsterStorage_grpc.go [Go] Working on a go example plus fixing go grpc code (#6448) 2021-02-19 12:47:59 +03:00
MonsterStorageGrpc.java C++/Rust version changes 2021-05-10 11:29:32 -07:00
MonsterT.java Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
NestedStruct.cs [C#] Prepares for official Nuget release (#7496) 2022-09-01 10:17:34 -07:00
NestedStruct.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
NestedStruct.py [Python] Python fixed size array (#7529) 2022-09-22 11:08:09 -07:00
NestedStructT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
Race.cs
Race.go
Race.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
Race.kt Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08:00
Race.lua FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
Race.php
Race.py Enable --gen-onefile in Python (#6953) 2021-12-09 15:47:09 -08:00
Referrable.cs FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
Referrable.go [golang] Add support for text parsing with json struct tags (#7353) 2022-08-08 11:30:06 -07:00
Referrable.java FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
Referrable.kt FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
Referrable.lua FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
Referrable.php
Referrable.py [Python] Python fixed size array (#7529) 2022-09-22 11:08:09 -07:00
ReferrableT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
Stat.cs FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
Stat.go [golang] Add support for text parsing with json struct tags (#7353) 2022-08-08 11:30:06 -07:00
Stat.java FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
Stat.kt FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
Stat.lua FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
Stat.php
Stat.py [Python] Python fixed size array (#7529) 2022-09-22 11:08:09 -07:00
StatT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
StructOfStructs.cs [C#] Prepares for official Nuget release (#7496) 2022-09-01 10:17:34 -07:00
StructOfStructs.go [golang] Add support for text parsing with json struct tags (#7353) 2022-08-08 11:30:06 -07:00
StructOfStructs.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
StructOfStructs.kt Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08:00
StructOfStructs.lua FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
StructOfStructs.php Rust structz (#6539) 2021-03-29 19:56:45 -04:00
StructOfStructs.py [Python] Python fixed size array (#7529) 2022-09-22 11:08:09 -07:00
StructOfStructsOfStructs.cs [C#] Prepares for official Nuget release (#7496) 2022-09-01 10:17:34 -07:00
StructOfStructsOfStructs.go [golang] Add support for text parsing with json struct tags (#7353) 2022-08-08 11:30:06 -07:00
StructOfStructsOfStructs.java [TS] Fix generation of struct members in object api (#7148) 2022-03-23 21:40:11 -07:00
StructOfStructsOfStructs.kt [TS] Fix generation of struct members in object api (#7148) 2022-03-23 21:40:11 -07:00
StructOfStructsOfStructs.lua FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
StructOfStructsOfStructs.php [TS] Fix generation of struct members in object api (#7148) 2022-03-23 21:40:11 -07:00
StructOfStructsOfStructs.py [Python] Python fixed size array (#7529) 2022-09-22 11:08:09 -07:00
StructOfStructsOfStructsT.java [TS] Fix generation of struct members in object api (#7148) 2022-03-23 21:40:11 -07:00
StructOfStructsT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
Test.cs [C#] Prepares for official Nuget release (#7496) 2022-09-01 10:17:34 -07:00
Test.go [golang] Add support for text parsing with json struct tags (#7353) 2022-08-08 11:30:06 -07:00
Test.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
Test.kt Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08:00
Test.lua FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
Test.php
Test.py [Python] Python fixed size array (#7529) 2022-09-22 11:08:09 -07:00
TestEnum.cs
TestEnum.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
TestEnum.kt
TestEnum.py Enable --gen-onefile in Python (#6953) 2021-12-09 15:47:09 -08:00
TestSimpleTableWithEnum.cs FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
TestSimpleTableWithEnum.go [golang] Add support for text parsing with json struct tags (#7353) 2022-08-08 11:30:06 -07:00
TestSimpleTableWithEnum.java FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
TestSimpleTableWithEnum.kt FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
TestSimpleTableWithEnum.lua FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
TestSimpleTableWithEnum.php
TestSimpleTableWithEnum.py [Python] Python fixed size array (#7529) 2022-09-22 11:08:09 -07:00
TestSimpleTableWithEnumT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
TestT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
TypeAliases.cs FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
TypeAliases.go [golang] Add support for text parsing with json struct tags (#7353) 2022-08-08 11:30:06 -07:00
TypeAliases.java FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
TypeAliases.kt FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
TypeAliases.lua FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
TypeAliases.php
TypeAliases.py [Python] Python fixed size array (#7529) 2022-09-22 11:08:09 -07:00
TypeAliasesT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
Vec3.cs [C#] Prepares for official Nuget release (#7496) 2022-09-01 10:17:34 -07:00
Vec3.go [golang] Add support for text parsing with json struct tags (#7353) 2022-08-08 11:30:06 -07:00
Vec3.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
Vec3.kt Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08:00
Vec3.lua FlatBuffers Version 22.9.29 (#7557) 2022-09-29 22:12:07 -07:00
Vec3.php
Vec3.py [Python] Python fixed size array (#7529) 2022-09-22 11:08:09 -07:00
Vec3T.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00