Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DComposer.kt2058 val nextPrimitive: Char = next in changed() constant
2069 val nextPrimitive: Byte = next in changed() constant
2080 val nextPrimitive: Short = next in changed() constant
2091 val nextPrimitive: Boolean = next in changed() constant
2102 val nextPrimitive: Float = next in changed() constant
2113 val nextPrimitive: Long = next in changed() constant
2124 val nextPrimitive: Double = next in changed() constant
2135 val nextPrimitive: Int = next in changed() constant