Home
last modified time | relevance | path

Searched refs:CollectionTypeNames (Results 1 – 6 of 6) sorted by relevance

/room/room-compiler/src/main/kotlin/androidx/room/solver/query/result/
DMultimapQueryResultAdapter.kt26 import androidx.room.ext.CollectionTypeNames in <lambda>()
108 ARRAY_MAP(CollectionTypeNames.ARRAY_MAP), in <lambda>()
109 LONG_SPARSE(CollectionTypeNames.LONG_SPARSE_ARRAY), in <lambda>()
110 INT_SPARSE(CollectionTypeNames.INT_SPARSE_ARRAY); in <lambda>()
/room/room-compiler/src/main/kotlin/androidx/room/writer/
DRelationCollectorFunctionWriter.kt26 import androidx.room.ext.CollectionTypeNames in <lambda>()
54 collector.mapTypeName.rawTypeName == CollectionTypeNames.LONG_SPARSE_ARRAY in <lambda>()
55 private val usingArrayMap = collector.mapTypeName.rawTypeName == CollectionTypeNames.ARRAY_MAP in <lambda>()
/room/room-compiler/src/test/kotlin/androidx/room/testing/
Dtest_util.kt29 import androidx.room.ext.CollectionTypeNames
222 CollectionTypeNames.LONG_SPARSE_ARRAY.canonicalName in <lambda>()
229 CollectionTypeNames.ARRAY_MAP.canonicalName in <lambda>()
/room/room-compiler/src/main/kotlin/androidx/room/vo/
DRelationCollector.kt26 import androidx.room.ext.CollectionTypeNames.ARRAY_MAP in <lambda>()
27 import androidx.room.ext.CollectionTypeNames.LONG_SPARSE_ARRAY in <lambda>()
/room/room-compiler/src/main/kotlin/androidx/room/solver/
DTypeAdapterStore.kt26 import androidx.room.ext.CollectionTypeNames.ARRAY_MAP in <lambda>()
27 import androidx.room.ext.CollectionTypeNames.INT_SPARSE_ARRAY in <lambda>()
28 import androidx.room.ext.CollectionTypeNames.LONG_SPARSE_ARRAY in <lambda>()
/room/room-compiler/src/main/kotlin/androidx/room/ext/
Dxpoet_ext.kt129 object CollectionTypeNames { object