Home
last modified time | relevance | path

Searched refs:ByteBufferAllocator (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs55 public abstract class ByteBufferAllocator class
80 public sealed class ByteArrayAllocator : ByteBufferAllocator
126 private ByteBufferAllocator _buffer;
129 public ByteBuffer(ByteBufferAllocator allocator, int position) in ByteBuffer()