Searched refs:tmpVarIndices (Results 1 – 1 of 1) sorted by relevance
27 private var tmpVarIndices = mutableMapOf<String, Int>() variable in androidx.room.solver.CodeGenScope55 val index = tmpVarIndices.getOrElse(prefix) { 0 } in getTmpVar()57 tmpVarIndices.put(prefix, index + 1) in getTmpVar()68 forked.tmpVarIndices.putAll(tmpVarIndices) in generate()