Searched refs:notUnbound (Results 1 – 7 of 7) sorted by relevance
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/preconditions/ |
D | Checks.kt | 53 fun notUnbound(typeName: TypeName, element: Element, errorMsg: String, in notUnbound() method 59 .any { notUnbound(it, element, errorMsg, args) } in notUnbound()
|
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/ |
D | CustomConverterProcessor.kt | 120 context.checker.notUnbound(returnTypeName, methodElement, in <lambda>() 130 context.checker.notUnbound(param.typeName(), params[0], TYPE_CONVERTER_UNBOUND_GENERIC) in <lambda>()
|
D | FieldProcessor.kt | 82 context.checker.notUnbound(type, element, in process()
|
D | InsertionMethodProcessor.kt | 52 context.checker.notUnbound(returnTypeName, executableElement, in process()
|
D | RawQueryMethodProcessor.kt | 51 context.checker.notUnbound(returnTypeName, executableElement, in process()
|
D | DaoProcessor.kt | 157 context.checker.notUnbound(type, element, in <lambda>()
|
D | QueryMethodProcessor.kt | 96 context.checker.notUnbound(returnTypeName, executableElement, in <lambda>()
|