Searched refs:onCursorFinished (Results 1 – 6 of 6) sorted by relevance
42 open fun onCursorFinished(): ((scope: CodeGenScope) -> Unit)? = null method in androidx.room.solver.query.result.RowAdapter
40 rowAdapter?.onCursorFinished()?.invoke(scope) in convert()
45 rowAdapter?.onCursorFinished()?.invoke(scope) in convert()
137 override fun onCursorFinished(): ((CodeGenScope) -> Unit)? = in <lambda>() method
148 collector.rowAdapter.onCursorFinished()?.invoke(scope) in <lambda>()