flatbuffers/tests/MyGame/Example
2019-10-28 09:30:31 -07:00
..
__init__.py
Ability.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
Ability.go
Ability.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
Ability.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
Ability.lua
Ability.php
Ability.py
Any.cs Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
Any.go [Go] Make enums into real types, add String() (#5235) 2019-05-17 12:41:39 -07:00
Any.java
Any.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
Any.lua
Any.php
Any.py
AnyAmbiguousAliases.cs Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
AnyAmbiguousAliases.go [Go] Make enums into real types, add String() (#5235) 2019-05-17 12:41:39 -07:00
AnyAmbiguousAliases.java
AnyAmbiguousAliases.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
AnyAmbiguousAliases.lua
AnyAmbiguousAliases.php
AnyAmbiguousAliases.py
AnyUniqueAliases.cs Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
AnyUniqueAliases.go Rename AnyUniqueAliases.T to AnyUniqueAliases.TS to avoid naming conflict (#5362) 2019-05-30 16:02:57 -07:00
AnyUniqueAliases.java Rename AnyUniqueAliases.T to AnyUniqueAliases.TS to avoid naming conflict (#5362) 2019-05-30 16:02:57 -07:00
AnyUniqueAliases.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
AnyUniqueAliases.lua Rename AnyUniqueAliases.T to AnyUniqueAliases.TS to avoid naming conflict (#5362) 2019-05-30 16:02:57 -07:00
AnyUniqueAliases.php Rename AnyUniqueAliases.T to AnyUniqueAliases.TS to avoid naming conflict (#5362) 2019-05-30 16:02:57 -07:00
AnyUniqueAliases.py Rename AnyUniqueAliases.T to AnyUniqueAliases.TS to avoid naming conflict (#5362) 2019-05-30 16:02:57 -07:00
ArrayStruct.cs Fix incorrect padding in arrays of structs (Issue #5484) (#5491) 2019-08-23 10:46:47 -07:00
ArrayStruct.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
ArrayStruct.py Fix incorrect padding in arrays of structs (Issue #5484) (#5491) 2019-08-23 10:46:47 -07:00
ArrayTable.cs Updated missing generated code for PR #5313 (fixed arrays) 2019-06-20 10:21:10 -07:00
ArrayTable.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
ArrayTable.py Python: Added support for file_identifiers (#5123) 2019-07-26 11:06:25 -07:00
Color.cs Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
Color.go Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
Color.java Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
Color.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
Color.lua Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
Color.php Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
Color.py Fix multi-line comments for cpp enums (#5345) (#5346) 2019-06-02 12:36:49 -07:00
Monster.cs Add ByteBuffer copy for vector of bytes in Java (#5587) 2019-10-28 09:30:31 -07:00
Monster.go [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
Monster.java Add ByteBuffer copy for vector of bytes in Java (#5587) 2019-10-28 09:30:31 -07:00
Monster.kt [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
Monster.lua [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
Monster.php [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
Monster.py [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
MonsterStorage_grpc.go
MonsterStorageGrpc.java
NestedStruct.cs Fix incorrect padding in arrays of structs (Issue #5484) (#5491) 2019-08-23 10:46:47 -07:00
NestedStruct.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
NestedStruct.py Fix incorrect padding in arrays of structs (Issue #5484) (#5491) 2019-08-23 10:46:47 -07:00
Race.cs [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
Race.go [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
Race.java [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
Race.kt [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
Race.lua [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
Race.php [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
Race.py [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
Referrable.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
Referrable.go
Referrable.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
Referrable.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
Referrable.lua
Referrable.php
Referrable.py Python: Added support for file_identifiers (#5123) 2019-07-26 11:06:25 -07:00
Stat.cs Add element size parameter to __vector_as_arraysegment [c#] (#5512) 2019-09-10 17:07:46 -07:00
Stat.go
Stat.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
Stat.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
Stat.lua
Stat.php
Stat.py Python: Added support for file_identifiers (#5123) 2019-07-26 11:06:25 -07:00
Test.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
Test.go
Test.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
Test.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
Test.lua
Test.php
Test.py
TestEnum.cs Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
TestEnum.java Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
TestEnum.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
TestEnum.py Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
TestSimpleTableWithEnum.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
TestSimpleTableWithEnum.go [Go] Change two more sites to use enum types (#5359) 2019-05-20 14:46:36 -07:00
TestSimpleTableWithEnum.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
TestSimpleTableWithEnum.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
TestSimpleTableWithEnum.lua Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
TestSimpleTableWithEnum.php Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
TestSimpleTableWithEnum.py Python: Added support for file_identifiers (#5123) 2019-07-26 11:06:25 -07:00
TypeAliases.cs Add element size parameter to __vector_as_arraysegment [c#] (#5512) 2019-09-10 17:07:46 -07:00
TypeAliases.go
TypeAliases.java Add ByteBuffer copy for vector of bytes in Java (#5587) 2019-10-28 09:30:31 -07:00
TypeAliases.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
TypeAliases.lua
TypeAliases.php
TypeAliases.py Python: Added support for file_identifiers (#5123) 2019-07-26 11:06:25 -07:00
Vec3.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
Vec3.go [Go] Change two more sites to use enum types (#5359) 2019-05-20 14:46:36 -07:00
Vec3.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
Vec3.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
Vec3.lua Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
Vec3.php Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00
Vec3.py Make Monster's Color unsigned (#5318) 2019-05-09 10:07:38 -07:00