Home
last modified time | relevance | path

Searched refs:nullableParamInShortcutFunction (Results 1 – 4 of 4) sorted by relevance

/room/room-compiler/src/test/kotlin/androidx/room/processor/
DDeleteOrUpdateShortcutFunctionProcessorTest.kt123 hasErrorContaining(ProcessorErrors.nullableParamInShortcutFunction("foo.bar.User")) in <lambda>()
179 hasErrorContaining(ProcessorErrors.nullableParamInShortcutFunction("foo.bar.User")) in <lambda>()
235 ProcessorErrors.nullableParamInShortcutFunction( in <lambda>()
283 ProcessorErrors.nullableParamInShortcutFunction("foo.bar.User[]") in <lambda>()
323 ProcessorErrors.nullableParamInShortcutFunction( in <lambda>()
392 ProcessorErrors.nullableParamInShortcutFunction( in <lambda>()
448 hasErrorContaining(ProcessorErrors.nullableParamInShortcutFunction("foo.bar.User")) in <lambda>()
449 hasErrorContaining(ProcessorErrors.nullableParamInShortcutFunction("foo.bar.Book")) in <lambda>()
DInsertOrUpsertShortcutFunctionProcessorTest.kt149 hasErrorContaining(ProcessorErrors.nullableParamInShortcutFunction("foo.bar.User")) in <lambda>()
193 hasErrorContaining(ProcessorErrors.nullableParamInShortcutFunction("foo.bar.User")) in <lambda>()
245 ProcessorErrors.nullableParamInShortcutFunction( in <lambda>()
297 ProcessorErrors.nullableParamInShortcutFunction("foo.bar.User[]") in <lambda>()
341 ProcessorErrors.nullableParamInShortcutFunction( in <lambda>()
444 ProcessorErrors.nullableParamInShortcutFunction( in <lambda>()
512 hasErrorContaining(ProcessorErrors.nullableParamInShortcutFunction("foo.bar.User")) in <lambda>()
513 hasErrorContaining(ProcessorErrors.nullableParamInShortcutFunction("foo.bar.Book")) in <lambda>()
/room/room-compiler/src/main/kotlin/androidx/room/processor/
DShortcutParameterProcessor.kt39 ProcessorErrors.nullableParamInShortcutFunction( in process()
DProcessorErrors.kt235 fun nullableParamInShortcutFunction(param: String) = in <lambda>() method