HomeSort by relevance Sort by last modified time
    Searched refs:growByteBuffer (Results 1 - 6 of 6) sorted by null

  /external/flatbuffers/java/com/google/flatbuffers/
FlatBufferBuilder.java 227 static ByteBuffer growByteBuffer(ByteBuffer bb, ByteBufferFactory bb_factory) {
277 bb = growByteBuffer(old, bb_factory);
    [all...]
  /external/flatbuffers/php/
FlatbufferBuilder.php 148 $this->bb = $this->growByteBuffer($this->bb);
160 private static function growByteBuffer(ByteBuffer $bb)
  /external/flatbuffers/python/flatbuffers/
builder.py 281 def growByteBuffer(self):
337 self.growByteBuffer()
  /external/flatbuffers/lua/flatbuffers/
builder.lua 159 local function growByteBuffer(self, desiredSize)
202 growByteBuffer(self, desiredSize)
  /external/flatbuffers/go/
builder.go 204 func (b *Builder) growByteBuffer() {
260 b.growByteBuffer()
  /external/flatbuffers/js/
flatbuffers.js 297 this.bb = flatbuffers.Builder.growByteBuffer(this.bb);
560 flatbuffers.Builder.growByteBuffer = function(bb) {

Completed in 2551 milliseconds