mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-03 10:47:28 +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. |
||
|---|---|---|
| .. | ||
| Attacker.cs | ||
| Attacker.java | ||
| Attacker.kt | ||
| Attacker.php | ||
| BookReader.cs | ||
| BookReader.java | ||
| BookReader.kt | ||
| BookReader.php | ||
| Character.cs | ||
| Character.java | ||
| Character.kt | ||
| Character.php | ||
| Movie.cs | ||
| Movie.java | ||
| Movie.kt | ||
| Movie.php | ||
| Rapunzel.cs | ||
| Rapunzel.java | ||
| Rapunzel.kt | ||
| Rapunzel.php | ||
| union_vector.fbs | ||
| union_vector.json | ||
| union_vector_generated.h | ||
| union_vector_generated.js | ||
| union_vector_generated.ts | ||