Home
last modified time | relevance | path

Searched refs:bindAdapter (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/query/parameter/
DCollectionQueryParameterAdapter.kt29 class CollectionQueryParameterAdapter(val bindAdapter: StatementValueBinder) constant in androidx.room.solver.query.parameter.CollectionQueryParameterAdapter
35 beginControlFlow("for ($T $L : $L)", bindAdapter.typeMirror().typeName(), itrVar, in bindToStmt()
37 bindAdapter.bindToStmt(stmtVarName, startIndexVarName, itrVar, scope) in bindToStmt()
DArrayQueryParameterAdapter.kt29 class ArrayQueryParameterAdapter(val bindAdapter: StatementValueBinder) constant in androidx.room.solver.query.parameter.ArrayQueryParameterAdapter
35 beginControlFlow("for ($T $L : $L)", bindAdapter.typeMirror().typeName(), itrVar, in bindToStmt()
37 bindAdapter.bindToStmt(stmtVarName, startIndexVarName, itrVar, scope) in bindToStmt()
DBasicQueryParameterAdapter.kt25 class BasicQueryParameterAdapter(val bindAdapter: StatementValueBinder) constant in androidx.room.solver.query.parameter.BasicQueryParameterAdapter
30 bindAdapter.bindToStmt(stmtVarName, startIndexVarName, inputVarName, scope) in bindToStmt()