Home
last modified time | relevance | path

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

/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
DLayoutBinderWriter.kt196 val Expr.shouldReadFlagSet by versionedLazy { expr : Expr -> in expr() constant
859 expressionList.groupBy { it.shouldReadFlagSet }.forEach { in readWithDependants()
961 dependant.shouldReadFlagSet.andNot(flagSet).isEmpty && in readWithDependants()