Home
last modified time | relevance | path

Searched defs:toInt (Results 1 – 8 of 8) sorted by relevance

/compose/runtime/runtime/src/linuxx64StubsMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotId.linuxx64Stubs.kt46 actual fun SnapshotId.toInt(): Int = implementedInJetBrainsFork() in compareTo() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotId.kt47 expect fun SnapshotId.toInt(): Int in compareTo() method
/compose/runtime/runtime/src/jvmMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotId.jvm.kt46 actual inline fun SnapshotId.toInt(): Int = this.toInt() in <lambda>() method
/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/
DFloat16.kt124 fun toInt(): Int = toFloat().toInt() in toByte() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/input/pointer/
DPointerInputEventProcessor.kt263 private inline fun Boolean.toInt() = if (this) 1 else 0 method
DPointerEvent.kt1053 private inline fun Boolean.toInt() = if (this) 1 else 0 method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DMyersDiff.kt375 private inline fun Boolean.toInt() = if (this) 1 else 0 in toString() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/spatial/
DRectManager.kt561 @Suppress("NOTHING_TO_INLINE") internal inline fun Boolean.toInt(): Int = if (this) 1 else 0 method