Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/processor/
DFieldProcessor.kt99 field.statementBinder = adapter in process()
106 field.statementBinder = context.typeAdapterStore in process()
108 context.checker.check(field.statementBinder != null, field.element, in process()
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/writer/
DEntityInsertionAdapterWriter.kt46 field.statementBinder?.typeMirror()?.let { binderType -> in <lambda>()
DFieldReadWriteWriter.kt276 field.statementBinder?.let { binder -> in <lambda>()
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/vo/
DField.kt42 var statementBinder: StatementValueBinder? = null variable in android.arch.persistence.room.vo.Field