Searched refs:otherConstant (Results 1 – 1 of 1) sorted by relevance
87 val otherConstant = other.initialValue(true) in <lambda>() constant88 if (thisConstant == null != (otherConstant == null)) { in <lambda>()101 if (thisConstant == otherConstant) { in <lambda>()105 if (thisConstant.toString() == otherConstant.toString()) { in <lambda>()113 if (thisConstant is PsiField && otherConstant is PsiField) { in <lambda>()115 val name2 = otherConstant.name in <lambda>()118 val qualifiedName2 = otherConstant.containingClass?.qualifiedName in <lambda>()