Searched refs:replacableWith (Results 1 – 2 of 2) sorted by relevance
66 if (lastScope.replacableWith(scope)) { in <lambda>()77 if (scopeAtIndex.replacableWith(scope)) { in <lambda>()
84 if (lastScope.replacableWith(scope)) { in sameBits()95 if (scopeAtIndex.replacableWith(scope)) { in sameBits()1073 internal fun RecomposeScope?.replacableWith(other: RecomposeScope) = in replacableWith() method