Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/
DCodeGenScope.kt27 private var tmpVarIndices = mutableMapOf<String, Int>() variable in androidx.room.solver.CodeGenScope
55 val index = tmpVarIndices.getOrElse(prefix) { 0 } in getTmpVar()
57 tmpVarIndices.put(prefix, index + 1) in getTmpVar()
68 forked.tmpVarIndices.putAll(tmpVarIndices) in generate()