Searched refs:GrowFront (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/net/FlatBuffers/ | ||
D | ByteBuffer.cs | 77 public abstract void GrowFront(int newSize); in GrowFront() method in FlatBuffers.ByteBufferAllocator |
D | FlatBufferBuilder.cs | 113 _bb.GrowFront(_bb.Length << 1); in GrowBuffer() |