Searched defs:ByteArray (Results 1 – 7 of 7) sorted by relevance
39 ByteArray(const uint8_t (&d)[kLength]) { in ByteArray() function42 ByteArray(std::array<uint8_t, kLength> a) : bytes(std::move(a)) {} in ByteArray() function
51 public static class ByteArray { class in AutoGrowArray59 public ByteArray() { in ByteArray() method in AutoGrowArray.ByteArray66 public ByteArray(@IntRange(from = 0) int initialCapacity) { in ByteArray() method in AutoGrowArray.ByteArray
59 private fun ByteArray.copyFromIndexWithLength(start: Int, len: Int) = regex
26 class ByteArray(object): class in DiagnosticEventBuilder
53 typedef PrimitiveArray<int8_t> ByteArray; typedef
120 ByteArray, // byte array with predefined length enumConstant
76 typedef PrimitiveArray<int8_t> ByteArray; typedef