Searched refs:CollectionTypeNames (Results 1 – 6 of 6) sorted by relevance
26 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>()
26 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>()
29 import androidx.room.ext.CollectionTypeNames222 CollectionTypeNames.LONG_SPARSE_ARRAY.canonicalName in <lambda>()229 CollectionTypeNames.ARRAY_MAP.canonicalName in <lambda>()
26 import androidx.room.ext.CollectionTypeNames.ARRAY_MAP in <lambda>()27 import androidx.room.ext.CollectionTypeNames.LONG_SPARSE_ARRAY in <lambda>()
26 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>()
129 object CollectionTypeNames { object