Searched refs:otherDescriptor (Results 1 – 4 of 4) sorted by relevance
76 CstUtf8 otherDescriptor = otherField.getNat().getDescriptor(); in compareTo0() local77 return thisDescriptor.compareTo(otherDescriptor); in compareTo0()
186 String otherDescriptor = ((CstType) other).type.getDescriptor(); in compareTo0() local187 return thisDescriptor.compareTo(otherDescriptor); in compareTo0()
77 CstString otherDescriptor = otherField.getNat().getDescriptor(); in compareTo0() local78 return thisDescriptor.compareTo(otherDescriptor); in compareTo0()
218 String otherDescriptor = ((CstType) other).type.getDescriptor(); in compareTo0() local219 return thisDescriptor.compareTo(otherDescriptor); in compareTo0()