flatbuffers/tests/MyGame/Example
Donnell 644bcbde91 Fix C# vector of enum code generation
Fixes a bug where the logic to determine when to use a C# enum flags
both enums and vectors of enums.  This causes the C# generator to
generate code that doesn't compile for tables that contain vectors of
enums.

The fix also consolidates type generation functions a bit and adds
some additional casting functions for clarity.
2015-11-23 09:19:43 -05:00
..
__init__.py
Any.cs [Issue 252] Add type cast for default enum values in C# 2015-08-11 18:07:38 +02:00
Any.go [Issue 252] Add type cast for default enum values in C# 2015-08-11 18:07:38 +02:00
Any.java [Issue 252] Add type cast for default enum values in C# 2015-08-11 18:07:38 +02:00
Any.php (PHP) add experimental support for PHP language. 2015-11-18 00:26:39 +09:00
Any.py Add missing Python files from type cast commit. 2015-08-12 10:17:10 -07:00
Color.cs
Color.go
Color.java
Color.php (PHP) add experimental support for PHP language. 2015-11-18 00:26:39 +09:00
Color.py
Monster.cs Fix C# vector of enum code generation 2015-11-23 09:19:43 -05:00
Monster.go Allow structs to be parsed in JSON with out of order fields. 2015-10-28 17:54:11 -07:00
Monster.java Fix C# vector of enum code generation 2015-11-23 09:19:43 -05:00
Monster.php (PHP) add experimental support for PHP language. 2015-11-18 00:26:39 +09:00
Monster.py Allow structs to be parsed in JSON with out of order fields. 2015-10-28 17:54:11 -07:00
Stat.cs Fix C# vector of enum code generation 2015-11-23 09:19:43 -05:00
Stat.go
Stat.java Fix C# vector of enum code generation 2015-11-23 09:19:43 -05:00
Stat.php (PHP) add experimental support for PHP language. 2015-11-18 00:26:39 +09:00
Stat.py
Test.cs
Test.go
Test.java Added support for imports and many other .proto features. 2015-10-13 14:01:55 -07:00
Test.php (PHP) add experimental support for PHP language. 2015-11-18 00:26:39 +09:00
Test.py
TestSimpleTableWithEnum.cs Fix C# vector of enum code generation 2015-11-23 09:19:43 -05:00
TestSimpleTableWithEnum.go [Issue 252] Add type cast for default enum values in C# 2015-08-11 18:07:38 +02:00
TestSimpleTableWithEnum.java Added support for imports and many other .proto features. 2015-10-13 14:01:55 -07:00
TestSimpleTableWithEnum.php (PHP) add experimental support for PHP language. 2015-11-18 00:26:39 +09:00
TestSimpleTableWithEnum.py Add missing Python files from type cast commit. 2015-08-12 10:17:10 -07:00
Vec3.cs Fix C# vector of enum code generation 2015-11-23 09:19:43 -05:00
Vec3.go
Vec3.java Added support for imports and many other .proto features. 2015-10-13 14:01:55 -07:00
Vec3.php (PHP) add experimental support for PHP language. 2015-11-18 00:26:39 +09:00
Vec3.py