Home
last modified time | relevance | path

Searched refs:bindScope (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/room/compiler/src/test/kotlin/androidx/room/solver/
DTypeAdapterStoreTest.kt107 val bindScope = testCodeGenScope() in <lambda>() constant
108 adapter!!.bindToStmt("stmt", "41", "fooVar", bindScope) in <lambda>()
109 assertThat(bindScope.generate().trim(), `is`(""" in <lambda>()
136 val bindScope = testCodeGenScope() in <lambda>() constant
137 adapter!!.bindToStmt("stmt", "41", "fooVar", bindScope) in <lambda>()
138 assertThat(bindScope.generate().trim(), `is`(""" in <lambda>()
167 val bindScope = testCodeGenScope() in <lambda>() constant
168 adapter!!.readFromCursor("outDate", "curs", "0", bindScope) in <lambda>()
169 assertThat(bindScope.generate().trim(), `is`(""" in <lambda>()
191 val bindScope = testCodeGenScope() in <lambda>() constant
[all …]
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/writer/
DEntityUpdateAdapterWriter.kt54 val bindScope = CodeGenScope(classWriter) in <lambda>() constant
68 scope = bindScope in <lambda>()
80 scope = bindScope in <lambda>()
82 addCode(bindScope.builder().build()) in <lambda>()
DEntityDeletionAdapterWriter.kt52 val bindScope = CodeGenScope(classWriter) in createAnonymous() constant
65 scope = bindScope) in createAnonymous()
66 addCode(bindScope.builder().build()) in createAnonymous()
DEntityInsertionAdapterWriter.kt76 val bindScope = CodeGenScope(classWriter) in <lambda>() constant
90 scope = bindScope in <lambda>()
92 addCode(bindScope.builder().build()) in <lambda>()
DDaoWriter.kt149 val bindScope = scope.fork() in <lambda>() constant
150 queryWriter.bindArgs(stmtName, emptyList(), bindScope) in <lambda>()
151 addCode(bindScope.builder().build()) in <lambda>()