Home
last modified time | relevance | path

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

/navigation/navigation-testing/src/androidUnitTest/kotlin/androidx/navigation/testing/
DTestSavedStateHandleFactory.kt47 val typeMap = mapOf(typeOf<TestType>() to testNavType) in complexPathArgument() constant
59 val typeMap = mapOf(typeOf<List<TestType>>() to testCollectionNavType) in complexQueryArgument() constant
215 val typeMap = mapOf(typeOf<TestType>() to testNavType) in defaultComplexArgument() constant
226 val typeMap = mapOf(typeOf<TestType>() to testNavType) in handleToRoutePathArg() constant
239 val typeMap = mapOf(typeOf<List<TestType>>() to testCollectionNavType) in handleToRouteQueryArg() constant
/navigation/navigation-testing/src/jvmCommonTest/kotlin/androidx/navigation/testing/
DTestSavedStateHandleFactory.kt50 val typeMap = mapOf(typeOf<TestType>() to testNavType) in complexPathArgument() constant
62 val typeMap = mapOf(typeOf<List<TestType>>() to testCollectionNavType) in complexQueryArgument() constant
218 val typeMap = mapOf(typeOf<TestType>() to testNavType) in defaultComplexArgument() constant
229 val typeMap = mapOf(typeOf<TestType>() to testNavType) in handleToRoutePathArg() constant
242 val typeMap = mapOf(typeOf<List<TestType>>() to testCollectionNavType) in handleToRouteQueryArg() constant
/navigation/navigation-common/src/commonMain/kotlin/androidx/navigation/
DNavBackStackEntry.kt160 val typeMap = destination.arguments.mapValues { it.value.type } in create() constant
DNavDeepLinkDslBuilder.kt92 private var typeMap: Map<KType, NavType<*>> = emptyMap() in navDeepLink() variable in androidx.navigation.NavDeepLinkDslBuilder
/navigation/navigation-common/src/commonMain/kotlin/androidx/navigation/serialization/
DRouteDecoder.kt161 private val typeMap: Map<String, NavType<*>> in get() constant in androidx.navigation.serialization.SavedStateHandleArgStore
175 private val typeMap: Map<String, NavType<*>> constant in androidx.navigation.serialization.SavedStateArgStore
DRouteEncoder.kt36 private val typeMap: Map<String, NavType<Any?>> constant in androidx.navigation.serialization.RouteEncoder
/navigation/navigation-common/src/androidMain/kotlin/androidx/navigation/
DNavDestinationBuilder.android.kt75 private lateinit var typeMap: Map<KType, NavType<*>> in <lambda>() variable in androidx.navigation.NavDestinationBuilder
/navigation/navigation-common/src/androidInstrumentedTest/kotlin/androidx/navigation/serialization/
DRouteDecoderTest.kt494 val typeMap = mutableMapOf<String, NavType<Any?>>() in decode() constant
DRouteFilledTest.kt876 val typeMap = mutableMapOf<String, NavType<Any?>>() in assertThatRouteFilledFrom() constant
/navigation/navigation-compose/src/androidInstrumentedTest/kotlin/androidx/navigation/compose/
DNavHostControllerTest.kt406 val typeMap = mapOf(typeOf<CustomType>() to navType) in <lambda>() constant