Searched refs:parameterIndex (Results 1 – 3 of 3) sorted by relevance
25 import org.jetbrains.kotlin.psi.psiUtil.parameterIndex32 override val parameterIndex: Int, constant in com.android.tools.metalava.model.psi.PsiParameterItem83 val rem = containingMethod.parameters().size - parameterIndex in getKtParameter()136 …return other is ParameterItem && parameterIndex == other.parameterIndex && containingMethod == oth… in type()140 return parameterIndex in hashCode()153 parameterIndex: Int in create()163 parameterIndex = parameterIndex, in create()180 parameterIndex = original.parameterIndex, in create()
32 override val parameterIndex: Int, constant65 return parameterIndex == other.parameterIndex in type()68 override fun hashCode(): Int = parameterIndex
33 val parameterIndex: Int in name() constant