Files
flatbuffers/tests/MyGame/Example
Jamie-Jameson c9651b7420 Add overloads for C# ByteBuffer/FlatBufferBuilder to allow adding vector blocks from ArraySegments or IntPtr (#7193)
* Add overloads to Add/Put for ArraySegment and IntPtr

In order to allow using code to reduce memory allocations, add overloads to ByteBuffer's and FlatBuffersBuilder's Put/Add methods that take ArraySegment<T> or IntPtr respectively.
Also, adaptions to the c# code generator in flatc to emit corresponding CreateVectorBlock() overloads

* Add missing files generated with generate_code.py

The previous commit changed the C# code generate, but didn't contain the updated generated test files.

* Incorporate review findings

(1) Adhere to 80 characters limit.
(2) In FlatBufferBuilder.Add(IntPtr,int), move zero length check topmost and add sanity check against negative input
2022-04-01 13:35:07 -07:00
..
2015-05-12 15:40:29 -07:00
2021-12-09 15:47:09 -08:00
2022-03-30 18:13:16 -04:00
2021-12-09 15:47:09 -08:00
2016-05-26 15:26:58 +02:00
2021-03-29 19:56:45 -04:00
2021-03-29 19:56:45 -04:00
2021-03-29 19:56:45 -04:00
2016-05-26 15:26:58 +02:00
2019-07-22 16:05:15 -07:00
2019-05-09 10:07:38 -07:00