Searched refs:growByteBuffer (Results 1 – 6 of 6) sorted by relevance
159 local function growByteBuffer(self, desiredSize) function202 growByteBuffer(self, desiredSize)
227 static ByteBuffer growByteBuffer(ByteBuffer bb, ByteBufferFactory bb_factory) { in growByteBuffer() method in FlatBufferBuilder277 bb = growByteBuffer(old, bb_factory); in prep()
148 $this->bb = $this->growByteBuffer($this->bb);160 private static function growByteBuffer(ByteBuffer $bb) function in Google\\FlatBuffers\\FlatbufferBuilder
281 def growByteBuffer(self): member in Builder337 self.growByteBuffer()
204 func (b *Builder) growByteBuffer() { func260 b.growByteBuffer()
297 this.bb = flatbuffers.Builder.growByteBuffer(this.bb);560 flatbuffers.Builder.growByteBuffer = function(bb) { function in flatbuffers.Builder