flatbuffers/tests/MyGame
iceboy 32254b7acd [Go] Object API support (#5339)
* start

* works for current usages!

* unpack: vector of struct

* optimize byte slice

* support nested struct

* support null table

* support struct

* support union

* update generated code

* grumble

* fix compiler warning

* update generated code

* wrap type in namespace

* bug

* wrap in namespace

* enum byte arrays

* generate struct for unions

* basic testing

* remove branching

* fix assert

* pack vector of fixed structs correctly

* omit null vectors

* Refactor Union Pack and UnPack methods

Remove append usage to increase code efficiency when dealing with large vectors

* generate goldens
2019-10-31 11:13:45 -07:00
..
Example [Go] Object API support (#5339) 2019-10-31 11:13:45 -07:00
Example2 [Go] Object API support (#5339) 2019-10-31 11:13:45 -07:00
InParentNamespace.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
InParentNamespace.go [Go] Object API support (#5339) 2019-10-31 11:13:45 -07:00
InParentNamespace.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
InParentNamespace.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
InParentNamespace.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
InParentNamespace.php Cleaned up namespace handling. 2017-08-24 13:39:45 -07:00
InParentNamespace.py Python: Added support for file_identifiers (#5123) 2019-07-26 11:06:25 -07:00
MonsterExtra.cs Add element size parameter to __vector_as_arraysegment [c#] (#5512) 2019-09-10 17:07:46 -07:00
MonsterExtra.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
MonsterExtra.kt Added missing Kotlin generated code change. 2019-07-25 11:08:06 -07:00
MonsterExtra.py Python: Added support for file_identifiers (#5123) 2019-07-26 11:06:25 -07:00
__init__.py Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00