Home
last modified time | relevance | path

Searched refs:findInsertAdapter (Results 1 – 5 of 5) sorted by relevance

/room/room-compiler/src/main/kotlin/androidx/room/solver/shortcut/binderprovider/
DInstantInsertOrUpsertFunctionBinder.kt40 context.typeAdapterStore.findInsertAdapter(declared, params) in matches()
DGuavaListenableFutureInsertOrUpsertFunctionBinderProvider.kt64 context.typeAdapterStore.findInsertAdapter(typeArg, params) in matches()
DRxCallableInsertOrUpsertFunctionBinderProvider.kt56 context.typeAdapterStore.findInsertAdapter(typeArg, params) in provide()
/room/room-compiler/src/main/kotlin/androidx/room/processor/
DFunctionProcessorDelegate.kt214 adapter = context.typeAdapterStore.findInsertAdapter(returnType, params), in extractParams()
/room/room-compiler/src/main/kotlin/androidx/room/solver/
DTypeAdapterStore.kt478 fun findInsertAdapter( in <lambda>() method in androidx.room.solver.TypeAdapterStore