Searched defs:ProtoId (Results 1 - 1 of 1) sorted by relevance

/libcore/dex/src/main/java/com/android/dex/
H A DProtoId.java21 public final class ProtoId implements Comparable<ProtoId> { class in inherits:Comparable
27 public ProtoId(Dex dex, int shortyIndex, int returnTypeIndex, int parametersOffset) { method in class:ProtoId
34 public int compareTo(ProtoId other) {

Completed in 63 milliseconds