Home
last modified time | relevance | path

Searched refs:CommonTypeNames (Results 1 – 11 of 11) sorted by relevance

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/query/result/
DOptionalQueryResultAdapter.kt19 import androidx.room.ext.CommonTypeNames
42 ParameterizedTypeName.get(CommonTypeNames.OPTIONAL, type?.typeName()), in convert()
44 CommonTypeNames.OPTIONAL, in convert()
DPositionalDataSourceQueryResultBinder.kt20 import androidx.room.ext.CommonTypeNames
63 returns(ParameterizedTypeName.get(CommonTypeNames.LIST, itemTypeName)) in createConvertRowsMethod()
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/
DRawQueryMethod.kt19 import androidx.room.ext.CommonTypeNames
46 fun isString() = CommonTypeNames.STRING == type
DRelationCollector.kt20 import androidx.room.ext.CommonTypeNames in <lambda>()
149 if (paramType.rawType == CommonTypeNames.LIST) { in <lambda>()
152 } else if (paramType.rawType == CommonTypeNames.SET) { in <lambda>()
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/writer/
DTableInfoValidationWriter.kt19 import androidx.room.ext.CommonTypeNames in <lambda>()
43 CommonTypeNames.STRING, RoomTypeNames.TABLE_INFO_COLUMN) in <lambda>()
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/ext/
Djavapoet_ext.kt102 object CommonTypeNames { object
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
DShortcutMethodProcessorTest.kt21 import androidx.room.ext.CommonTypeNames in <lambda>()
224 , CommonTypeNames.STRING in <lambda>()
DInsertionMethodProcessorTest.kt23 import androidx.room.ext.CommonTypeNames in <lambda>()
242 CommonTypeNames.STRING, USER_TYPE_NAME) as TypeName)) in <lambda>()
DQueryMethodProcessorTest.kt27 import androidx.room.ext.CommonTypeNames in <lambda>()
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/
DTypeAdapterStore.kt20 import androidx.room.ext.CommonTypeNames in <lambda>()
293 CommonTypeNames.OPTIONAL) { in <lambda>()
/frameworks/support/jetifier/jetifier/core/src/main/resources/
Ddefault.generated.config2319 "android/arch/persistence/room/ext/CommonTypeNames": "androidx/room/ext/CommonTypeNames",