Home
last modified time | relevance | path

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

/room/room-compiler/src/main/kotlin/androidx/room/processor/
DPropertyProcessor.kt109 property.statementBinder = adapter in process()
117 property.statementBinder = in process()
122 if (property.statementBinder == null) { in process()
DDataClassProcessor.kt840 property.statementBinder = in <lambda>()
/room/room-compiler/src/main/kotlin/androidx/room/writer/
DEntityInsertAdapterWriter.kt47 field.statementBinder?.typeMirror()?.let { binderType -> in <lambda>()
DPropertyReadWriteWriter.kt325 val binder = property.statementBinder ?: return in <lambda>()
/room/room-compiler/src/main/kotlin/androidx/room/vo/
DProperty.kt52 var statementBinder: StatementValueBinder? = null variable in androidx.room.vo.Property
/room/room-compiler/src/test/kotlin/androidx/room/processor/
DTableEntityProcessorTest.kt318 val statementBinder = in <lambda>() constant
319 idField.statementBinder ?: throw AssertionError("must have a statement binder") in <lambda>()
321 statementBinder.typeMirror().asTypeName(), in <lambda>()