Home
last modified time | relevance | path

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

/room/room-compiler/src/main/kotlin/androidx/room/vo/
DRelationCollector.kt131 val newEmptyCollection = buildCodeBlock { language -> in <lambda>() constant
144 addStatement("%L.put(%L, %L)", varName, tmpVar, newEmptyCollection) in <lambda>()
232 val newEmptyCollection = buildCodeBlock { language -> in <lambda>() constant
245 addStatement("%L = %L", tmpRelationVar, newEmptyCollection) in <lambda>()