Searched refs:sizedByteArray (Results 1 – 5 of 5) sorted by relevance
893 public byte[] sizedByteArray(int start, int length){ in sizedByteArray() method in FlatBufferBuilder906 public byte[] sizedByteArray() { in sizedByteArray() method in FlatBufferBuilder907 return sizedByteArray(space, bb.capacity() - space); in sizedByteArray()
169 byte[] fbb1Bytes = fbb1.sizedByteArray(); in TestNestedFlatBuffer()257 byte[] array = fbb.sizedByteArray(); in TestSizedInputStream()
277 $view = Google\FlatBuffers\ByteBuffer::wrap($builder->sizedByteArray());
957 public function sizedByteArray() function in Google\\FlatBuffers\\FlatbufferBuilder
1216 bytes[] buf = builder.sizedByteArray();