Searched refs:bindScope (Results 1 – 4 of 4) sorted by relevance
| /room/room-compiler/src/main/kotlin/androidx/room/writer/ |
| D | EntityUpdateAdapterWriter.kt | 93 val bindScope = CodeGenScope(writer = typeWriter) in <lambda>() constant 98 scope = bindScope in <lambda>() 113 scope = bindScope in <lambda>() 115 addCode(bindScope.generate()) in <lambda>()
|
| D | EntityDeleteAdapterWriter.kt | 82 val bindScope = CodeGenScope(writer = typeWriter) in createAnonymous() constant 87 scope = bindScope in createAnonymous() 89 addCode(bindScope.generate()) in createAnonymous()
|
| D | EntityInsertAdapterWriter.kt | 117 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/ |
| D | TypeAdapterStoreTest.kt | 419 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 …]
|