Home
last modified time | relevance | path

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

/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs77 public abstract void GrowFront(int newSize); in GrowFront() method in FlatBuffers.ByteBufferAllocator
90 public override void GrowFront(int newSize) in GrowFront() method in FlatBuffers.ByteArrayAllocator
167 public void GrowFront(int newSize) in GrowFront() method in FlatBuffers.ByteBuffer
169 _buffer.GrowFront(newSize); in GrowFront()
DFlatBufferBuilder.cs113 _bb.GrowFront(_bb.Length << 1); in GrowBuffer()