Searched defs:setULong (Results 1 – 4 of 4) sorted by relevance
43 internal expect inline fun ByteArray.setULong(index: Int, value: ULong) in getString() method118 …public inline fun setULong(ary: ByteArray, index: Int, value: ULong): Unit = setLong(ary, index, v… in getString() method
37 public actual inline fun ByteArray.setULong(index: Int, value: ULong): Unit = setULongAt(index, val… method
39 public actual inline fun ByteArray.setULong(index: Int, value: ULong): Unit = ByteArrayOps.setULong… method
40 public actual inline fun ByteArray.setULong(index: Int, value: ULong): Unit = ByteArrayOps.setULong… method