Searched defs:toInt (Results 1 – 8 of 8) sorted by relevance
46 actual fun SnapshotId.toInt(): Int = implementedInJetBrainsFork() in compareTo() method
47 expect fun SnapshotId.toInt(): Int in compareTo() method
46 actual inline fun SnapshotId.toInt(): Int = this.toInt() in <lambda>() method
124 fun toInt(): Int = toFloat().toInt() in toByte() method
263 private inline fun Boolean.toInt() = if (this) 1 else 0 method
1053 private inline fun Boolean.toInt() = if (this) 1 else 0 method
375 private inline fun Boolean.toInt() = if (this) 1 else 0 in toString() method
561 @Suppress("NOTHING_TO_INLINE") internal inline fun Boolean.toInt(): Int = if (this) 1 else 0 method