Searched defs:readFromCursor (Results 1 – 7 of 7) sorted by relevance
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/types/ |
D | CursorValueReader.kt | 30 fun readFromCursor(outVarName: String, cursorVarName: String, indexVarName: String, method
|
D | StringColumnTypeAdapter.kt | 27 override fun readFromCursor(outVarName: String, cursorVarName: String, indexVarName: String, in readFromCursor() method
|
D | ByteArrayColumnTypeAdapter.kt | 28 override fun readFromCursor(outVarName: String, cursorVarName: String, indexVarName: String, in readFromCursor() method
|
D | CompositeAdapter.kt | 32 override fun readFromCursor(outVarName: String, cursorVarName: String, indexVarName: String, in readFromCursor() method
|
D | BoxedPrimitiveColumnTypeAdapter.kt | 61 override fun readFromCursor(outVarName: String, cursorVarName: String, indexVarName: String, in readFromCursor() method
|
D | PrimitiveColumnTypeAdapter.kt | 80 override fun readFromCursor(outVarName: String, cursorVarName: String, indexVarName: String, in readFromCursor() method
|
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/writer/ |
D | FieldReadWriteWriter.kt | 174 fun readFromCursor( in <lambda>() method 301 private fun readFromCursor(ownerVar: String, cursorVar: String, scope: CodeGenScope) { in <lambda>() method
|