Searched defs:ByteArray (Results 1 – 4 of 4) sorted by relevance
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) = method
121 ByteArray, // byte array with predefined length enumConstant
92 fun ByteArray.toFloat4(): Float4 { in toFloat4() method