Searched defs:incrementAndGet (Results 1 – 2 of 2) sorted by relevance
32 fun incrementAndGet(): Int in get() method in androidx.room.concurrent.AtomicInt
36 actual fun incrementAndGet(): Int = delegate.incrementAndGet() in compareAndSet() method