Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/tooling/
DComposeStackTraceBuilder.kt31 override fun sourceInformationOf(anchor: Anchor): GroupSourceInformation? = in <lambda>() method in androidx.compose.runtime.tooling.WriterTraceBuilder
38 override fun sourceInformationOf(anchor: Anchor): GroupSourceInformation? = in sourceInformationOf() method in androidx.compose.runtime.tooling.ReaderTraceBuilder
106 private fun sourceInformationOf(group: Any) = in sourceInformationOf() method in androidx.compose.runtime.tooling.ComposeStackTraceBuilder
184 abstract fun sourceInformationOf(anchor: Anchor): GroupSourceInformation? in sourceInformationOf() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSlotTable.kt402 fun sourceInformationOf(group: Int) = in <lambda>() method
2905 internal fun sourceInformationOf(group: Int): GroupSourceInformation? = in sourceInformationOf() method