Searched refs:otherSize (Results 1 – 8 of 8) sorted by relevance
115 int otherSize = other.size(); in compareTo() local116 int compareSize = (thisSize < otherSize) ? thisSize : otherSize; in compareTo()127 if (thisSize < otherSize) { in compareTo()129 } else if (thisSize > otherSize) { in compareTo()
117 int otherSize = other.size(); in compareTo() local118 int compareSize = (thisSize < otherSize) ? thisSize : otherSize; in compareTo()129 if (thisSize < otherSize) { in compareTo()131 } else if (thisSize > otherSize) { in compareTo()
70 int otherSize = other.size(); in compareTo() local71 int checkSize = Math.min(thisSize, otherSize); in compareTo()82 if (thisSize < otherSize) { in compareTo()84 } else if (thisSize > otherSize) { in compareTo()
143 int otherSize = other.size(); in compareTo() local144 int checkSize = Math.min(thisSize, otherSize); in compareTo()155 if (thisSize < otherSize) { in compareTo()157 } else if (thisSize > otherSize) { in compareTo()
71 int otherSize = other.size(); in compareTo() local72 int checkSize = Math.min(thisSize, otherSize); in compareTo()83 if (thisSize < otherSize) { in compareTo()85 } else if (thisSize > otherSize) { in compareTo()
274 int otherSize = other.parameterTypes.size(); in compareTo() local275 int size = Math.min(thisSize, otherSize); in compareTo()288 if (thisSize < otherSize) { in compareTo()290 } else if (thisSize > otherSize) { in compareTo()
307 int otherSize = other.parameterTypes.size(); in compareTo() local308 int size = Math.min(thisSize, otherSize); in compareTo()321 if (thisSize < otherSize) { in compareTo()323 } else if (thisSize > otherSize) { in compareTo()