Searched refs:sizedByteArray (Results 1 – 5 of 5) sorted by relevance
824 public byte[] sizedByteArray(int start, int length){ in sizedByteArray() method in FlatBufferBuilder837 public byte[] sizedByteArray() { in sizedByteArray() method in FlatBufferBuilder838 return sizedByteArray(space, bb.capacity() - space); in sizedByteArray()
289 byte[] fbb1Bytes = fbb1.sizedByteArray(); in TestNestedFlatBuffer()
277 $view = Google\FlatBuffers\ByteBuffer::wrap($builder->sizedByteArray());
953 public function sizedByteArray() function in Google\\FlatBuffers\\FlatbufferBuilder
1131 bytes[] buf = builder.sizedByteArray();