Home
last modified time | relevance | path

Searched refs:missingPrimaryKeysInPartialEntityForUpsert (Results 1 – 3 of 3) sorted by relevance

/room/room-compiler/src/test/kotlin/androidx/room/processor/
DUpsertFunctionProcessorTest.kt40 return ProcessorErrors.missingPrimaryKeysInPartialEntityForUpsert( in noParamsError()
/room/room-compiler/src/main/kotlin/androidx/room/processor/
DUpsertFunctionProcessor.kt57 ProcessorErrors.missingPrimaryKeysInPartialEntityForUpsert( in <lambda>()
DProcessorErrors.kt907 fun missingPrimaryKeysInPartialEntityForUpsert( in <lambda>() method