flatbuffers/tests/MyGame/Example
Baptiste Lepilleur 5b5fcbfc00 Java: fix unsigned default value code generation and add 'L' suffix for long default value (#4051)
* Java: emit "signed" equivalent of unsigned default value in generated code and add "L" suffix to long default value.

* Updated generated code

* Only convert ulong to "signed" equivalent. ubyte and ushort don't need specific handling as "user facing" type is int. uint need 'L' suffix as "user facing" type is long.

* Added missing cast to primitive type of default value which is in "user facing" type in builder.add<type>() calls.

* Do not cast default value to actual type in C#.
2016-10-21 14:27:15 -07:00
..
__init__.py Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00
Any.cs Allow unions of table types with the same name but from different namespaces. 2016-06-20 11:47:04 -07:00
Any.go Add EnumNames to Go code 2016-07-25 19:37:16 -07:00
Any.java clang formating cpp code generator and add missing generated classes 2016-07-15 16:08:59 +02:00
Any.php Allow unions of table types with the same name but from different namespaces. 2016-06-20 11:47:04 -07:00
Any.py Allow unions of table types with the same name but from different namespaces. 2016-06-20 11:47:04 -07:00
Color.cs sharing the Flatbuffers warning 2016-05-26 15:26:58 +02:00
Color.go Add EnumNames to Go code 2016-07-25 19:37:16 -07:00
Color.java clang formating cpp code generator and add missing generated classes 2016-07-15 16:08:59 +02:00
Color.php sharing the Flatbuffers warning 2016-05-26 15:26:58 +02:00
Color.py sharing the Flatbuffers warning 2016-05-26 15:26:58 +02:00
Monster.cs Allow access to underlying ByteBuffer 2016-09-12 09:35:08 +02:00
Monster.go Remove invalid vector item heap alloc 2016-08-20 20:33:36 -07:00
Monster.java Java: fix unsigned default value code generation and add 'L' suffix for long default value (#4051) 2016-10-21 14:27:15 -07:00
Monster.php Added additional convenience overloads to CreateVector(). 2016-06-15 14:31:34 -07:00
Monster.py Merge pull request #363 from danring/fix-341 2016-07-22 15:12:35 -07:00
Stat.cs Allow access to underlying ByteBuffer 2016-09-12 09:35:08 +02:00
Stat.go Make most of the Go code comply with gofmt (except enums). 2016-08-02 18:21:47 +02:00
Stat.java Java: fix unsigned default value code generation and add 'L' suffix for long default value (#4051) 2016-10-21 14:27:15 -07:00
Stat.php sharing the Flatbuffers warning 2016-05-26 15:26:58 +02:00
Stat.py Emit GetRootAs methods for all types in Go and Python 2016-06-14 18:41:33 -04:00
Test.cs Allow access to underlying ByteBuffer 2016-09-12 09:35:08 +02:00
Test.go Make most of the Go code comply with gofmt (except enums). 2016-08-02 18:21:47 +02:00
Test.java Switched C# accessors from classes to structs 2016-08-31 17:34:51 -07:00
Test.php sharing the Flatbuffers warning 2016-05-26 15:26:58 +02:00
Test.py sharing the Flatbuffers warning 2016-05-26 15:26:58 +02:00
TestSimpleTableWithEnum.cs Allow access to underlying ByteBuffer 2016-09-12 09:35:08 +02:00
TestSimpleTableWithEnum.go Make most of the Go code comply with gofmt (except enums). 2016-08-02 18:21:47 +02:00
TestSimpleTableWithEnum.java Switched C# accessors from classes to structs 2016-08-31 17:34:51 -07:00
TestSimpleTableWithEnum.php sharing the Flatbuffers warning 2016-05-26 15:26:58 +02:00
TestSimpleTableWithEnum.py Emit GetRootAs methods for all types in Go and Python 2016-06-14 18:41:33 -04:00
Vec3.cs Allow access to underlying ByteBuffer 2016-09-12 09:35:08 +02:00
Vec3.go Make most of the Go code comply with gofmt (except enums). 2016-08-02 18:21:47 +02:00
Vec3.java Switched C# accessors from classes to structs 2016-08-31 17:34:51 -07:00
Vec3.php sharing the Flatbuffers warning 2016-05-26 15:26:58 +02:00
Vec3.py sharing the Flatbuffers warning 2016-05-26 15:26:58 +02:00