Home
last modified time | relevance | path

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

/room/room-compiler/src/main/kotlin/androidx/room/writer/
DEntityUpdateAdapterWriter.kt93 val bindScope = CodeGenScope(writer = typeWriter) in <lambda>() constant
98 scope = bindScope in <lambda>()
113 scope = bindScope in <lambda>()
115 addCode(bindScope.generate()) in <lambda>()
DEntityDeleteAdapterWriter.kt82 val bindScope = CodeGenScope(writer = typeWriter) in createAnonymous() constant
87 scope = bindScope in createAnonymous()
89 addCode(bindScope.generate()) in createAnonymous()
DEntityInsertAdapterWriter.kt117 val bindScope = CodeGenScope(writer = typeWriter) in <lambda>() constant
122 scope = bindScope in <lambda>()
124 addCode(bindScope.generate()) in <lambda>()
/room/room-compiler/src/test/kotlin/androidx/room/solver/
DTypeAdapterStoreTest.kt419 val bindScope = testCodeGenScope() in <lambda>() constant
420 adapter!!.bindToStmt("stmt", "41", "fooVar", bindScope) in <lambda>()
422 bindScope.generate().toString(CodeLanguage.JAVA).trim(), in <lambda>()
489 val bindScope = testCodeGenScope() in <lambda>() constant
490 adapter!!.bindToStmt("stmt", "41", "fooVar", bindScope) in <lambda>()
492 bindScope.generate().toString(CodeLanguage.JAVA).trim(), in <lambda>()
533 val bindScope = testCodeGenScope() in <lambda>() constant
534 adapter!!.readFromStatement("outDate", "curs", "0", bindScope) in <lambda>()
536 bindScope.generate().toString(CodeLanguage.JAVA).trim(), in <lambda>()
569 val bindScope = testCodeGenScope() in <lambda>() constant
[all …]