flatbuffers/tests/union_vector
Derek Bailey 06c5c7ed0b
FlatBuffers Version 2.0.8 (#7492)
2022-08-29 20:43:36 -07:00
..
Attacker.cs FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
Attacker.java FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
Attacker.kt FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
Attacker.php Added missing generated code. 2017-08-11 09:28:06 -07:00
AttackerT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
BookReader.cs [C#] Remove superfluous semicolon in C# structs (#6791) 2021-08-17 11:02:57 -04:00
BookReader.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
BookReader.kt Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08:00
BookReader.php Added missing generated code. 2017-08-11 09:28:06 -07:00
BookReaderT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
Character.cs [C#] Add Union Constructor Utility for ObjectAPI. (#6105) 2021-07-26 10:01:41 -07:00
Character.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
Character.kt Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08: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
CharacterUnion.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
FallingTub.cs [C++] Fix compile failure on Object API union construction for struct member (#6923) 2021-11-18 10:55:11 -08:00
FallingTub.java [C++] Fix compile failure on Object API union construction for struct member (#6923) 2021-11-18 10:55:11 -08:00
FallingTub.kt Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08:00
FallingTub.php [C++] Fix compile failure on Object API union construction for struct member (#6923) 2021-11-18 10:55:11 -08:00
FallingTubT.java [C++] Fix compile failure on Object API union construction for struct member (#6923) 2021-11-18 10:55:11 -08:00
Gadget.cs [C++] Fix compile failure on Object API union construction for struct member (#6923) 2021-11-18 10:55:11 -08:00
Gadget.java [C++] Fix compile failure on Object API union construction for struct member (#6923) 2021-11-18 10:55:11 -08:00
Gadget.kt Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08:00
Gadget.php [C++] Fix compile failure on Object API union construction for struct member (#6923) 2021-11-18 10:55:11 -08:00
GadgetUnion.java [C++] Fix compile failure on Object API union construction for struct member (#6923) 2021-11-18 10:55:11 -08:00
HandFan.cs FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
HandFan.java FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
HandFan.kt FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
HandFan.php [C++] Fix compile failure on Object API union construction for struct member (#6923) 2021-11-18 10:55:11 -08:00
HandFanT.java [C++] Fix compile failure on Object API union construction for struct member (#6923) 2021-11-18 10:55:11 -08:00
Movie.cs FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
Movie.java FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
Movie.kt FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
Movie.php Performance improvement to generated+supporting PHP (#5080) 2018-12-20 16:10:20 -08:00
MovieT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
Rapunzel.cs [C#] Remove superfluous semicolon in C# structs (#6791) 2021-08-17 11:02:57 -04:00
Rapunzel.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
Rapunzel.kt Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092) 2022-02-13 20:29:36 -08:00
Rapunzel.php Added missing generated code. 2017-08-11 09:28:06 -07:00
RapunzelT.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
attacker.js [TS] Add Build TS to CI jobs (#6524) 2021-04-12 10:41:59 -07:00
attacker.ts Partial support for --ts-flat-files and --gen-all (#7446) 2022-08-15 16:11:45 -07:00
book-reader.js [TS] Add Build TS to CI jobs (#6524) 2021-04-12 10:41:59 -07:00
book-reader.ts Partial support for --ts-flat-files and --gen-all (#7446) 2022-08-15 16:11:45 -07:00
character.js [TS] Add Build TS to CI jobs (#6524) 2021-04-12 10:41:59 -07:00
character.ts Wrap types in namespace for --ts-flat-files and --gen-all (#7451) 2022-08-16 12:52:26 -07:00
falling-tub.ts Partial support for --ts-flat-files and --gen-all (#7446) 2022-08-15 16:11:45 -07:00
gadget.ts Wrap types in namespace for --ts-flat-files and --gen-all (#7451) 2022-08-16 12:52:26 -07:00
hand-fan.ts Partial support for --ts-flat-files and --gen-all (#7446) 2022-08-15 16:11:45 -07:00
movie.js [TS] Add Build TS to CI jobs (#6524) 2021-04-12 10:41:59 -07:00
movie.ts Partial support for --ts-flat-files and --gen-all (#7446) 2022-08-15 16:11:45 -07:00
rapunzel.js [TS] Add Build TS to CI jobs (#6524) 2021-04-12 10:41:59 -07:00
rapunzel.ts Partial support for --ts-flat-files and --gen-all (#7446) 2022-08-15 16:11:45 -07:00
union_vector.fbs [C++] Fix compile failure on Object API union construction for struct member (#6923) 2021-11-18 10:55:11 -08:00
union_vector.js [TS/JS] BigInt implementation (#6998) 2022-01-06 20:35:37 -06:00
union_vector.json Fixed vector of union JSON parsing. 2019-03-07 15:05:00 -08:00
union_vector.ts [C++] Fix compile failure on Object API union construction for struct member (#6923) 2021-11-18 10:55:11 -08:00
union_vector_generated.h FlatBuffers Version 2.0.8 (#7492) 2022-08-29 20:43:36 -07:00
union_vector_generated.ts Partial support for --ts-flat-files and --gen-all (#7446) 2022-08-15 16:11:45 -07:00