Home
last modified time | relevance | path

Searched refs:notUnbound (Results 1 – 7 of 7) sorted by relevance

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/preconditions/
DChecks.kt53 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/
DCustomConverterProcessor.kt120 context.checker.notUnbound(returnTypeName, methodElement, in <lambda>()
130 context.checker.notUnbound(param.typeName(), params[0], TYPE_CONVERTER_UNBOUND_GENERIC) in <lambda>()
DFieldProcessor.kt82 context.checker.notUnbound(type, element, in process()
DInsertionMethodProcessor.kt52 context.checker.notUnbound(returnTypeName, executableElement, in process()
DRawQueryMethodProcessor.kt51 context.checker.notUnbound(returnTypeName, executableElement, in process()
DDaoProcessor.kt157 context.checker.notUnbound(type, element, in <lambda>()
DQueryMethodProcessor.kt96 context.checker.notUnbound(returnTypeName, executableElement, in <lambda>()