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

  /external/flatbuffers/java/com/google/flatbuffers/
FlatBufferBuilder.java 82 bb = bb_factory.newByteBuffer(initial_size);
171 public abstract ByteBuffer newByteBuffer(int capacity);
178 * with {@link #newByteBuffer(int) }.
197 public ByteBuffer newByteBuffer(int capacity) {
233 ByteBuffer nbb = bb_factory.newByteBuffer(new_buf_size);
    [all...]
  /external/flatbuffers/php/
FlatbufferBuilder.php 95 $this->bb = $this->newByteBuffer($initial_size);
105 private function newByteBuffer($size)
  /external/flatbuffers/tests/
JavaTest.java 239 public ByteBuffer newByteBuffer(int capacity) {

Completed in 63 milliseconds