Searched defs:incrementAndGet (Results 1 – 12 of 12) sorted by relevance
155 public actual fun incrementAndGet(): Int = ++value in toString() method215 public actual fun incrementAndGet(): Long = ++value in incrementAndGet() method
135 public actual inline fun incrementAndGet(): Int = a.addAndGet(1) in toString() method in kotlinx.atomicfu.AtomicInt173 public actual inline fun incrementAndGet(): Long = a.addAndGet(1L) in getAndIncrement() method in kotlinx.atomicfu.AtomicLong
137 public byte incrementAndGet() { in incrementAndGet() method in MutableByte
137 public long incrementAndGet() { in incrementAndGet() method in MutableLong
137 public int incrementAndGet() { in incrementAndGet() method in MutableInt
153 public float incrementAndGet() { in incrementAndGet() method in MutableFloat
137 public short incrementAndGet() { in incrementAndGet() method in MutableShort
153 public double incrementAndGet() { in incrementAndGet() method in MutableDouble
328 public fun incrementAndGet(): Int in getValue() method in kotlinx.atomicfu.AtomicInt445 public fun incrementAndGet(): Long in getValue() method in kotlinx.atomicfu.AtomicLong
283 public actual fun incrementAndGet(): Int { in incrementAndGet() method408 public actual fun incrementAndGet(): Long { in incrementAndGet() method
94 public long incrementAndGet(K key) { in incrementAndGet() method in AtomicLongMap
95 public long incrementAndGet(K key) { in incrementAndGet() method in AtomicLongMap