Home
last modified time | relevance | path

Searched defs:readFromCursor (Results 1 – 7 of 7) sorted by relevance

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/types/
DCursorValueReader.kt30 fun readFromCursor(outVarName: String, cursorVarName: String, indexVarName: String, method
DStringColumnTypeAdapter.kt27 override fun readFromCursor(outVarName: String, cursorVarName: String, indexVarName: String, in readFromCursor() method
DByteArrayColumnTypeAdapter.kt28 override fun readFromCursor(outVarName: String, cursorVarName: String, indexVarName: String, in readFromCursor() method
DCompositeAdapter.kt32 override fun readFromCursor(outVarName: String, cursorVarName: String, indexVarName: String, in readFromCursor() method
DBoxedPrimitiveColumnTypeAdapter.kt61 override fun readFromCursor(outVarName: String, cursorVarName: String, indexVarName: String, in readFromCursor() method
DPrimitiveColumnTypeAdapter.kt80 override fun readFromCursor(outVarName: String, cursorVarName: String, indexVarName: String, in readFromCursor() method
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/writer/
DFieldReadWriteWriter.kt174 fun readFromCursor( in <lambda>() method
301 private fun readFromCursor(ownerVar: String, cursorVar: String, scope: CodeGenScope) { in <lambda>() method