Searched refs:otherSet (Results 1 – 4 of 4) sorted by relevance
97 AnnotationSetItem otherSet = (AnnotationSetItem) other; in compareTo0() local99 return annotations.compareTo(otherSet.annotations); in compareTo0()
98 AnnotationSetItem otherSet = (AnnotationSetItem) other; in compareTo0() local100 return annotations.compareTo(otherSet.annotations); in compareTo0()
61 RegisterSpecSet otherSet = (RegisterSpecSet) other; in equals() local62 RegisterSpec[] otherSpecs = otherSet.specs; in equals()65 if ((len != otherSpecs.length) || (size() != otherSet.size())) { in equals()
60 RegisterSpecSet otherSet = (RegisterSpecSet) other; in equals() local61 RegisterSpec[] otherSpecs = otherSet.specs; in equals()64 if ((len != otherSpecs.length) || (size() != otherSet.size())) { in equals()