Searched defs:typeMap (Results 1 – 10 of 10) sorted by relevance
47 val typeMap = mapOf(typeOf<TestType>() to testNavType) in complexPathArgument() constant59 val typeMap = mapOf(typeOf<List<TestType>>() to testCollectionNavType) in complexQueryArgument() constant215 val typeMap = mapOf(typeOf<TestType>() to testNavType) in defaultComplexArgument() constant226 val typeMap = mapOf(typeOf<TestType>() to testNavType) in handleToRoutePathArg() constant239 val typeMap = mapOf(typeOf<List<TestType>>() to testCollectionNavType) in handleToRouteQueryArg() constant
50 val typeMap = mapOf(typeOf<TestType>() to testNavType) in complexPathArgument() constant62 val typeMap = mapOf(typeOf<List<TestType>>() to testCollectionNavType) in complexQueryArgument() constant218 val typeMap = mapOf(typeOf<TestType>() to testNavType) in defaultComplexArgument() constant229 val typeMap = mapOf(typeOf<TestType>() to testNavType) in handleToRoutePathArg() constant242 val typeMap = mapOf(typeOf<List<TestType>>() to testCollectionNavType) in handleToRouteQueryArg() constant
160 val typeMap = destination.arguments.mapValues { it.value.type } in create() constant
92 private var typeMap: Map<KType, NavType<*>> = emptyMap() in navDeepLink() variable in androidx.navigation.NavDeepLinkDslBuilder
161 private val typeMap: Map<String, NavType<*>> in get() constant in androidx.navigation.serialization.SavedStateHandleArgStore175 private val typeMap: Map<String, NavType<*>> constant in androidx.navigation.serialization.SavedStateArgStore
36 private val typeMap: Map<String, NavType<Any?>> constant in androidx.navigation.serialization.RouteEncoder
75 private lateinit var typeMap: Map<KType, NavType<*>> in <lambda>() variable in androidx.navigation.NavDestinationBuilder
494 val typeMap = mutableMapOf<String, NavType<Any?>>() in decode() constant
876 val typeMap = mutableMapOf<String, NavType<Any?>>() in assertThatRouteFilledFrom() constant
406 val typeMap = mapOf(typeOf<CustomType>() to navType) in <lambda>() constant