Home
last modified time | relevance | path

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

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/solver/
DExecutionPath.java41 private ExecutionBranch mTrueBranch; field in ExecutionPath
66 Preconditions.checkNull(expectedValue ? mTrueBranch : mFalseBranch, in addBranch()
87 mTrueBranch = edge; in addBranch()
89 if (mTrueBranch != null) { in addBranch()
90 Preconditions.check(mTrueBranch.getConditional() == pred, "Cannot add" in addBranch()
111 Preconditions.checkNull(mTrueBranch, "Cannot add path after branches are set"); in addPath()
141 if (mTrueBranch != null) { in debug()
142 debug(builder, mTrueBranch, offset); in debug()
161 return mTrueBranch; in getTrueBranch()