flatbuffers/tests/MyGame
Anass Al 689bfafa7e
[Python/JS/TS] Codegen SizeOf method for structs (#6136)
* [Python] Codegen SizeOf classmethod for structs

This codegens a `SizeOf()` classmethod for all structs since we can't
determine the size of a FlatBuffer generated struct from Python otherwise.

* [JS/TS] Codegen sizeOf static method for structs

This codegens a `sizeOf()` static method for all structs since we can't
determine the size of a FlatBuffer generated struct from JavaScript or
TypeScript otherwise.
2020-09-28 08:54:50 -07:00
..
Example [Python/JS/TS] Codegen SizeOf method for structs (#6136) 2020-09-28 08:54:50 -07:00
Example2 pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
__init__.py
InParentNamespace.cs pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
InParentNamespace.go [Go] Replace references to hardcoded ”Monster" etc with idiomatic go wherever possible (#5716) 2020-01-16 16:19:00 -08:00
InParentNamespace.java pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
InParentNamespace.kt pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
InParentNamespace.lua
InParentNamespace.php
InParentNamespace.py Flatbuffers Python Object API (#5616) 2019-12-02 14:11:28 -08:00
MonsterExtra.cs [C#] Add file identifier to ObjectAPI Serialization Utility. (#5920) 2020-05-21 09:14:20 -07:00
MonsterExtra.java pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
MonsterExtra.kt pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
MonsterExtra.py [Dart] Fix deprecated field support, inf/nan (#5724) 2020-01-23 14:53:58 -08:00