flatbuffers/tests/union_vector
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
..
Attacker.cs pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
Attacker.java pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
Attacker.kt pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
Attacker.php Added missing generated code. 2017-08-11 09:28:06 -07:00
BookReader.cs [C#] support Json Serialization (#5752) 2020-02-10 17:43:36 -08:00
BookReader.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
BookReader.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
BookReader.php Added missing generated code. 2017-08-11 09:28:06 -07:00
Character.cs [C#] support Json Serialization (#5752) 2020-02-10 17:43:36 -08:00
Character.java Vector of unions support for java and c# (#4735) 2018-05-14 11:12:24 -07:00
Character.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
Character.php Changing array to be an associative array so that the Name function can work with non-sequential enums as well as those beginning at something other than zero. (#5151) 2019-02-04 23:33:57 +01:00
Movie.cs [C#] Add file identifier to ObjectAPI Serialization Utility. (#5920) 2020-05-21 09:14:20 -07:00
Movie.java pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
Movie.kt [Kotlin] Fix Access to union of vector element (#5994) 2020-06-22 17:08:35 -07:00
Movie.php Performance improvement to generated+supporting PHP (#5080) 2018-12-20 16:10:20 -08:00
Rapunzel.cs [C#] support Json Serialization (#5752) 2020-02-10 17:43:36 -08:00
Rapunzel.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
Rapunzel.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
Rapunzel.php Added missing generated code. 2017-08-11 09:28:06 -07:00
union_vector.fbs
union_vector.json Fixed vector of union JSON parsing. 2019-03-07 15:05:00 -08:00
union_vector_generated.h Minireflect fixed array (#6129) 2020-09-22 17:57:01 -07:00
union_vector_generated.js [Python/JS/TS] Codegen SizeOf method for structs (#6136) 2020-09-28 08:54:50 -07:00
union_vector_generated.ts [Python/JS/TS] Codegen SizeOf method for structs (#6136) 2020-09-28 08:54:50 -07:00