Searched refs:growByteBuffer (Results 1 – 6 of 6) sorted by relevance
114 this.bb = Builder.growByteBuffer(this.bb);312 static growByteBuffer(bb: ByteBuffer): ByteBuffer { method in Builder
177 local function growByteBuffer(self, desiredSize) function220 growByteBuffer(self, desiredSize)
261 static ByteBuffer growByteBuffer(ByteBuffer bb, ByteBufferFactory bb_factory) { in growByteBuffer() method in FlatBufferBuilder322 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()
212 func (b *Builder) growByteBuffer() { func268 b.growByteBuffer()