Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSlotTable.kt139 internal var sourceInformationMap: HashMap<Anchor, GroupSourceInformation>? = null in <lambda>() variable in androidx.compose.runtime.SlotTable
531 sourceInformationMap?.let { sourceInformationMap -> in <lambda>() method
831 private var sourceInformationMap: HashMap<Anchor, GroupSourceInformation>? = null variable in SlotReader
1256 private var sourceInformationMap = table.sourceInformationMap variable