History log of /external/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
52ca75506abd82b5616bdef4d28e9535262c1d65 13-Aug-2016 Wouter van Oortmerssen <aardappel@gmail.com> Switched C# accessors from classes to structs
/external/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.java
e750268f0cb3386ab8c6324cf18de4f8d95e6bf3 15-Jul-2016 lakedaemon <olivier.binda@wanadoo.fr> clang formating cpp code generator and add missing generated classes
/external/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.java
cd1493b0829b48407887844921ef0e040c0f485a 26-May-2016 lakedaemon <olivier.binda@wanadoo.fr> sharing the Flatbuffers warning
/external/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.java
94680f5483593b1a48c79b516d153fd432b3f2e8 06-Oct-2015 Wouter van Oortmerssen <wvo@google.com> Added support for imports and many other .proto features.

Change-Id: I6600021b7ec8c486794349511232c3e604421c5b
Tested: on Linux.
/external/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.java
ac10873e26f99b3d054d1cb89c00bad239ace691 16-Aug-2015 Maxim Zaks <maxim.zaks@gmail.com> fixed code generator for array of bools

Change-Id: I3cdd801b641bf180222203a37634598350d340e3
/external/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.java
25c99273d3f874622df1b1e798c10a7ac0ecc2af 11-Aug-2015 Mormegil <mormegil@centrum.cz> [Issue 252] Add type cast for default enum values in C#

When creating a “CreateXxx(...)” method for a “simple table” type,
enum-type fields with a non-zero default must have an explicit
cast for the respective argument default value, because in C#,
there is an implicit cast from int to an enum only for 0.

Also, added an example of such type into the example monster_test
type, so that we test this feature.
/external/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.java