Home
last modified time | relevance | path

Searched defs:GrowFront (Results 1 – 1 of 1) 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