Home
last modified time | relevance | path

Searched refs:GuavaUtilConcurrentTypeNames (Results 1 – 12 of 12) sorted by relevance

/room/room-compiler/src/main/kotlin/androidx/room/solver/shortcut/binderprovider/
DGuavaListenableFutureDeleteOrUpdateFunctionBinderProvider.kt22 import androidx.room.ext.GuavaUtilConcurrentTypeNames
40 declared.rawType.asTypeName() == GuavaUtilConcurrentTypeNames.LISTENABLE_FUTURE in matches()
DGuavaListenableFutureInsertOrUpsertFunctionBinderProvider.kt22 import androidx.room.ext.GuavaUtilConcurrentTypeNames
41 declared.rawType.asTypeName() == GuavaUtilConcurrentTypeNames.LISTENABLE_FUTURE in matches()
/room/room-compiler/src/main/kotlin/androidx/room/solver/prepared/binderprovider/
DGuavaListenableFuturePreparedQueryResultBinderProvider.kt22 import androidx.room.ext.GuavaUtilConcurrentTypeNames
40 declared.rawType.asTypeName() == GuavaUtilConcurrentTypeNames.LISTENABLE_FUTURE in matches()
/room/room-compiler/src/main/kotlin/androidx/room/solver/binderprovider/
DGuavaListenableFutureQueryResultBinderProvider.kt22 import androidx.room.ext.GuavaUtilConcurrentTypeNames
72 declared.rawType.asTypeName() == GuavaUtilConcurrentTypeNames.LISTENABLE_FUTURE in GuavaListenableFutureQueryResultBinderProvider()
/room/room-compiler/src/test/kotlin/androidx/room/testing/
Dtest_util.kt30 import androidx.room.ext.GuavaUtilConcurrentTypeNames
164 GuavaUtilConcurrentTypeNames.LISTENABLE_FUTURE.canonicalName in <lambda>()
/room/room-compiler/src/test/kotlin/androidx/room/processor/
DTransactionFunctionProcessorTest.kt27 import androidx.room.ext.GuavaUtilConcurrentTypeNames.LISTENABLE_FUTURE in <lambda>()
DRawQueryFunctionProcessorTest.kt29 import androidx.room.ext.GuavaUtilConcurrentTypeNames in <lambda>()
DDeleteOrUpdateShortcutFunctionProcessorTest.kt33 import androidx.room.ext.GuavaUtilConcurrentTypeNames in <lambda>()
DInsertOrUpsertShortcutFunctionProcessorTest.kt33 import androidx.room.ext.GuavaUtilConcurrentTypeNames in <lambda>()
DQueryFunctionProcessorTest.kt35 import androidx.room.ext.GuavaUtilConcurrentTypeNames in <lambda>()
/room/room-compiler/src/main/kotlin/androidx/room/ext/
Dxpoet_ext.kt193 object GuavaUtilConcurrentTypeNames { object
341 GuavaUtilConcurrentTypeNames.LISTENABLE_FUTURE,
/room/room-compiler/src/test/kotlin/androidx/room/solver/
DTypeAdapterStoreTest.kt37 import androidx.room.ext.GuavaUtilConcurrentTypeNames in <lambda>()
928 GuavaUtilConcurrentTypeNames.LISTENABLE_FUTURE in <lambda>()
986 GuavaUtilConcurrentTypeNames.LISTENABLE_FUTURE in <lambda>()
1063 GuavaUtilConcurrentTypeNames.LISTENABLE_FUTURE in <lambda>()