mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-03 18:57:51 +00:00
* [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. |
||
|---|---|---|
| .. | ||
| NamespaceB | ||
| __init__.py | ||
| SecondTableInA.cs | ||
| SecondTableInA.go | ||
| SecondTableInA.java | ||
| SecondTableInA.kt | ||
| SecondTableInA.lua | ||
| SecondTableInA.php | ||
| SecondTableInA.py | ||
| TableInC.cs | ||
| TableInC.go | ||
| TableInC.php | ||
| TableInC.py | ||
| TableInFirstNS.cs | ||
| TableInFirstNS.go | ||
| TableInFirstNS.java | ||
| TableInFirstNS.kt | ||
| TableInFirstNS.lua | ||
| TableInFirstNS.php | ||
| TableInFirstNS.py | ||