Searched refs:otherCstProtoRef (Results 1 – 1 of 1) sorted by relevance
51 CstProtoRef otherCstProtoRef = (CstProtoRef) other; in equals() local52 return getPrototype().equals(otherCstProtoRef.getPrototype()); in equals()75 CstProtoRef otherCstProtoRef = (CstProtoRef) other; in compareTo0() local76 return prototype.compareTo(otherCstProtoRef.getPrototype()); in compareTo0()