Searched refs:ByteArrayAllocator (Results 1 – 1 of 1) sorted by relevance
80 public sealed class ByteArrayAllocator : ByteBufferAllocator class84 public ByteArrayAllocator(byte[] buffer) in ByteArrayAllocator() method in FlatBuffers.ByteArrayAllocator141 _buffer = new ByteArrayAllocator(buffer); in ByteBuffer()