Searched defs:ByteVector (Results 1 – 5 of 5) sorted by relevance
36 public class ByteVector { class45 public ByteVector() { in ByteVector() method in ByteVector54 public ByteVector(final int initialCapacity) { in ByteVector() method in ByteVector63 ByteVector(final byte[] data) { in ByteVector() method in ByteVector
27 public final class ByteVector extends BaseVector { class
34 func (t *Table) ByteVector(off UOffsetT) []byte { func
22 class ByteVector implements Cloneable { class26 public ByteVector() { in ByteVector() method in ByteVector
22 using ByteVector = std::vector<uint8_t>; typedef