flatbuffers/tests/MyGame/Example
Kulikov Alexey 4e5152d886 Java: Calculation of vtable and vtable size moved to the __init method. (#5210)
vtable and vtable size depends only on `Table#bb_pos` but calculated in
`Table#_offset` method on each field lookup.
Doing this with every call of `Table#__offset` is redundant.

These values can be read once with change of `Table#bb_pos` and reused
for any field lookup.
2019-02-25 23:45:29 +01:00
..
__init__.py
Ability.cs
Ability.go Use standard header for generated Go files (#4961) 2018-10-03 11:19:40 -07:00
Ability.java Fixed vector of unions crash in java (#5190) 2019-02-21 19:50:13 +01:00
Ability.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
Ability.php
Ability.py
Any.cs
Any.go Use standard header for generated Go files (#4961) 2018-10-03 11:19:40 -07:00
Any.java Fixed missing code from @javax.annotation PR. 2018-11-02 11:40:21 -07:00
Any.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
Any.php Changing array to be an associative array so that the Name function can work with non-sequential enums as well as those beginning at something other than zero. (#5151) 2019-02-04 23:33:57 +01:00
Any.py
AnyAmbiguousAliases.cs make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyAmbiguousAliases.go make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyAmbiguousAliases.java Fixed missing code from @javax.annotation PR. 2018-11-02 11:40:21 -07:00
AnyAmbiguousAliases.lua make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyAmbiguousAliases.php Changing array to be an associative array so that the Name function can work with non-sequential enums as well as those beginning at something other than zero. (#5151) 2019-02-04 23:33:57 +01:00
AnyAmbiguousAliases.py make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyUniqueAliases.cs make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyUniqueAliases.go make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyUniqueAliases.java Fixed missing code from @javax.annotation PR. 2018-11-02 11:40:21 -07:00
AnyUniqueAliases.lua make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
AnyUniqueAliases.php Changing array to be an associative array so that the Name function can work with non-sequential enums as well as those beginning at something other than zero. (#5151) 2019-02-04 23:33:57 +01:00
AnyUniqueAliases.py make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
Color.cs
Color.go Use standard header for generated Go files (#4961) 2018-10-03 11:19:40 -07:00
Color.java Fixed missing code from @javax.annotation PR. 2018-11-02 11:40:21 -07:00
Color.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
Color.php Changing array to be an associative array so that the Name function can work with non-sequential enums as well as those beginning at something other than zero. (#5151) 2019-02-04 23:33:57 +01:00
Color.py
Monster.cs Fixed vectors of enums in object API serialized incorrectly. 2018-11-05 14:33:36 -08:00
Monster.go [Go] Namespaced imports fix (#5097) 2018-12-27 20:57:19 -05:00
Monster.java Java: Calculation of vtable and vtable size moved to the __init method. (#5210) 2019-02-25 23:45:29 +01:00
Monster.lua Fixed vectors of enums in object API serialized incorrectly. 2018-11-05 14:33:36 -08:00
Monster.php Performance improvement to generated+supporting PHP (#5080) 2018-12-20 16:10:20 -08:00
Monster.py Fixed vectors of enums in object API serialized incorrectly. 2018-11-05 14:33:36 -08:00
MonsterStorage_grpc.go Fix Java generator bug that ignores bidi streaming attribute (#5063) 2018-11-29 10:33:17 -08:00
MonsterStorageGrpc.java Fix Java generator bug that ignores bidi streaming attribute (#5063) 2018-11-29 10:33:17 -08:00
Referrable.cs
Referrable.go Use standard header for generated Go files (#4961) 2018-10-03 11:19:40 -07:00
Referrable.java Java: Calculation of vtable and vtable size moved to the __init method. (#5210) 2019-02-25 23:45:29 +01:00
Referrable.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
Referrable.php
Referrable.py
Stat.cs C# support for directly reading and writting to memory other than byte[]. For example, ByteBuffer can be initialized with a custom allocator which uses shared memory / memory mapped files. (#4886) 2018-08-23 10:05:31 -07:00
Stat.go Use standard header for generated Go files (#4961) 2018-10-03 11:19:40 -07:00
Stat.java Java: Calculation of vtable and vtable size moved to the __init method. (#5210) 2019-02-25 23:45:29 +01:00
Stat.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
Stat.php
Stat.py
Test.cs
Test.go Use standard header for generated Go files (#4961) 2018-10-03 11:19:40 -07:00
Test.java Fixed vector of unions crash in java (#5190) 2019-02-21 19:50:13 +01:00
Test.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
Test.php
Test.py
TestSimpleTableWithEnum.cs Add C#/Java generator behaviour for 'private' attribute (#4882) 2018-08-16 15:25:33 -07:00
TestSimpleTableWithEnum.go Use enum types in generated read/mutate methods for Go (#4978) 2018-10-08 14:25:37 -07:00
TestSimpleTableWithEnum.java Java: Calculation of vtable and vtable size moved to the __init method. (#5210) 2019-02-25 23:45:29 +01:00
TestSimpleTableWithEnum.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
TestSimpleTableWithEnum.php
TestSimpleTableWithEnum.py
TypeAliases.cs C# support for directly reading and writting to memory other than byte[]. For example, ByteBuffer can be initialized with a custom allocator which uses shared memory / memory mapped files. (#4886) 2018-08-23 10:05:31 -07:00
TypeAliases.go Use standard header for generated Go files (#4961) 2018-10-03 11:19:40 -07:00
TypeAliases.java Java: Calculation of vtable and vtable size moved to the __init method. (#5210) 2019-02-25 23:45:29 +01:00
TypeAliases.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
TypeAliases.php Performance improvement to generated+supporting PHP (#5080) 2018-12-20 16:10:20 -08:00
TypeAliases.py
Vec3.cs Reduced force_align in tests to 8, to work with --object-api. 2019-02-07 14:51:04 -08:00
Vec3.go Reduced force_align in tests to 8, to work with --object-api. 2019-02-07 14:51:04 -08:00
Vec3.java Fixed vector of unions crash in java (#5190) 2019-02-21 19:50:13 +01:00
Vec3.lua Reduced force_align in tests to 8, to work with --object-api. 2019-02-07 14:51:04 -08:00
Vec3.php Reduced force_align in tests to 8, to work with --object-api. 2019-02-07 14:51:04 -08:00
Vec3.py Reduced force_align in tests to 8, to work with --object-api. 2019-02-07 14:51:04 -08:00