flatbuffers/tests/union_vector
Christopher Cifra d0321df8cf C# support for directly reading and writting to memory other than byte[]. For example, ByteBuffer can be initialized with a custom allocator which uses shared memory / memory mapped files. (#4886)
Public access to the backing buffer uses Span<T> instead of ArraySegment<T>.

Writing to the buffer now supports Span<T> in addition to T[].

To maintain backwards compatibility ENABLE_SPAN_T must be defined.
2018-08-23 10:05:31 -07:00
..
Attacker.cs Vector of unions support for java and c# (#4735) 2018-05-14 11:12:24 -07:00
Attacker.java Vector of unions support for java and c# (#4735) 2018-05-14 11:12:24 -07:00
Attacker.php Added missing generated code. 2017-08-11 09:28:06 -07:00
BookReader.cs Vector of unions support for java and c# (#4735) 2018-05-14 11:12:24 -07:00
BookReader.java Vector of unions support for java and c# (#4735) 2018-05-14 11:12:24 -07:00
BookReader.php Added missing generated code. 2017-08-11 09:28:06 -07:00
Character.cs Vector of unions support for java and c# (#4735) 2018-05-14 11:12:24 -07:00
Character.java Vector of unions support for java and c# (#4735) 2018-05-14 11:12:24 -07:00
Character.php Added missing generated code. 2017-08-11 09:28:06 -07:00
Movie.cs C# support for directly reading and writting to memory other than byte[]. For example, ByteBuffer can be initialized with a custom allocator which uses shared memory / memory mapped files. (#4886) 2018-08-23 10:05:31 -07:00
Movie.java Vector of unions support for java and c# (#4735) 2018-05-14 11:12:24 -07:00
Movie.php Added missing generated code. 2017-08-11 09:28:06 -07:00
Rapunzel.cs Vector of unions support for java and c# (#4735) 2018-05-14 11:12:24 -07:00
Rapunzel.java Vector of unions support for java and c# (#4735) 2018-05-14 11:12:24 -07:00
Rapunzel.php Added missing generated code. 2017-08-11 09:28:06 -07:00
union_vector.fbs Added support for structs and strings in unions. 2017-04-12 17:47:47 -07:00
union_vector_generated.h Renamed Verifier methods 2018-07-16 16:42:10 -07:00
union_vector_generated.js Added missing generated code. 2017-08-11 09:28:06 -07:00
union_vector_generated.ts Update JavaScript IDL generator to remove invalid Closure JSDoc comments (#4873) 2018-08-10 15:27:51 -07:00