Searched refs:growByteBuffer (Results 1 – 6 of 6) sorted by relevance
176 local function growByteBuffer(self, desiredSize) function219 growByteBuffer(self, desiredSize)
238 static ByteBuffer growByteBuffer(ByteBuffer bb, ByteBufferFactory bb_factory) { in growByteBuffer() method in FlatBufferBuilder289 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
273 def growByteBuffer(self): member in Builder329 self.growByteBuffer()
303 this.bb = flatbuffers.Builder.growByteBuffer(this.bb);566 flatbuffers.Builder.growByteBuffer = function(bb) { function in flatbuffers.Builder
205 func (b *Builder) growByteBuffer() { func261 b.growByteBuffer()