flatbuffers/tests/MyGame/Example2
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
..
Monster.cs C#: Added <autogenerated> in cs generator file header comment (#4291) 2017-05-16 14:28:34 -07:00
Monster.go Use standard header for generated Go files (#4961) 2018-10-03 11:19:40 -07: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 Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
Monster.php Allow unions of table types with the same name but from different namespaces. 2016-06-20 11:47:04 -07:00
Monster.py Adding missing generated code from recent commits. 2016-07-25 15:01:37 -07:00
__init__.py Cleaned up namespace handling. 2017-08-24 13:39:45 -07:00