Home
last modified time | relevance | path

Searched refs:otherCstProtoRef (Results 1 – 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/rop/cst/
DCstProtoRef.java51 CstProtoRef otherCstProtoRef = (CstProtoRef) other; in equals() local
52 return getPrototype().equals(otherCstProtoRef.getPrototype()); in equals()
75 CstProtoRef otherCstProtoRef = (CstProtoRef) other; in compareTo0() local
76 return prototype.compareTo(otherCstProtoRef.getPrototype()); in compareTo0()