Searched defs:newByteBuffer (Results 1 – 3 of 3) sorted by relevance
/external/flatbuffers/java/com/google/flatbuffers/ | ||
D | FlatBufferBuilder.java | 171 public abstract ByteBuffer newByteBuffer(int capacity); in newByteBuffer() method in FlatBufferBuilder.ByteBufferFactory |
/external/flatbuffers/tests/ | ||
D | JavaTest.java | 239 public ByteBuffer newByteBuffer(int capacity) { in TestByteBufferFactory() method in JavaTest.MappedByteBufferFactory |
/external/flatbuffers/php/ | ||
D | FlatbufferBuilder.php | 105 private function newByteBuffer($size) function in Google\\FlatBuffers\\FlatbufferBuilder |