Searched defs:setUByte (Results 1 – 4 of 4) sorted by relevance
37 internal expect inline fun ByteArray.setUByte(index: Int, value: UByte) in getString() method83 public inline fun setUByte(ary: ByteArray, index: Int, value: UByte) { in getString() method
34 public actual inline fun ByteArray.setUByte(index: Int, value: UByte): Unit = ByteArrayOps.setUByte… method
31 public actual inline fun ByteArray.setUByte(index: Int, value: UByte): Unit = setUByteAt(index, val… method
33 public actual inline fun ByteArray.setUByte(index: Int, value: UByte): Unit = ByteArrayOps.setUByte… method