flatbuffers/tests/namespace_test/NamespaceA
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
..
NamespaceB [Python/JS/TS] Codegen SizeOf method for structs (#6136) 2020-09-28 08:54:50 -07:00
__init__.py
SecondTableInA.cs pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
SecondTableInA.go
SecondTableInA.java pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
SecondTableInA.kt pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
SecondTableInA.lua
SecondTableInA.php
SecondTableInA.py
TableInC.cs
TableInC.go
TableInC.php
TableInC.py
TableInFirstNS.cs [csharp] flatc should generate a 'Create…' method for tables with struct field… (#5818) 2020-03-23 09:39:26 -07:00
TableInFirstNS.go
TableInFirstNS.java pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
TableInFirstNS.kt pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
TableInFirstNS.lua
TableInFirstNS.php
TableInFirstNS.py