Home
last modified time | relevance | path

Searched defs:newByteBuffer (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java191 public abstract ByteBuffer newByteBuffer(int capacity); in newByteBuffer() method in FlatBufferBuilder.ByteBufferFactory
217 public ByteBuffer newByteBuffer(int capacity) { in newByteBuffer() method in FlatBufferBuilder.HeapByteBufferFactory
/third_party/flatbuffers/php/
DFlatbufferBuilder.php105 private function newByteBuffer($size) function in Google\\FlatBuffers\\FlatbufferBuilder
/third_party/flatbuffers/tests/
DKotlinTest.kt242 override fun newByteBuffer(capacity: Int): ByteBuffer? { in TestByteBufferFactory() method in KotlinTest.Companion.TestByteBufferFactory.MappedByteBufferFactory
DJavaTest.java301 public ByteBuffer newByteBuffer(int capacity) { in TestByteBufferFactory() method in JavaTest.MappedByteBufferFactory