Searched defs:setUInt (Results 1 – 4 of 4) sorted by relevance
41 internal expect inline fun ByteArray.setUInt(index: Int, value: UInt) in getString() method102 …public inline fun setUInt(ary: ByteArray, index: Int, value: UInt): Unit = setInt(ary, index, valu… in getString() method
38 public actual inline fun ByteArray.setUInt(index: Int, value: UInt): Unit = ByteArrayOps.setUInt(th… method
35 public actual inline fun ByteArray.setUInt(index: Int, value: UInt): Unit = setUIntAt(index, value) method
37 public actual inline fun ByteArray.setUInt(index: Int, value: UInt): Unit = ByteArrayOps.setUInt(th… method