Home
last modified time | relevance | path

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

/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
DLayoutBinderWriter.kt89 val Expr.needsLocalField by lazyProp { expr : Expr -> in ExprModel() constant
170 …if(expr.needsLocalField) "${expr.model.ext.getUniqueName(expr.readableName, Scope.EXECUTE_PENDING_… in expr()
762 model.pendingExpressions.filter { it.needsLocalField }.forEach { in <lambda>()
871 val assignedValues = it.value.filter { it.needsLocalField && !it.isVariable() } in readWithDependants()