Searched refs:ProtoId (Results 1 – 5 of 5) sorted by relevance
21 public final class ProtoId implements Comparable<ProtoId> { class27 public ProtoId(Dex dex, int shortyIndex, int returnTypeIndex, int parametersOffset) { in ProtoId() method in ProtoId35 public int compareTo(ProtoId other) { in compareTo()
228 public List<ProtoId> protoIds() { in protoIds()436 public ProtoId readProtoId() { in readProtoId()440 return new ProtoId(Dex.this, shortyIndex, returnTypeIndex, parametersOffset); in readProtoId()750 private final class ProtoIdTable extends AbstractList<ProtoId> implements RandomAccess {752 public ProtoId get(int index) { in get()
23 import com.android.dex.ProtoId;69 for (ProtoId protoId : dex.protoIds()) { in printProtoIds()
49 import com.android.dex.ProtoId;238 public ProtoId adjust(ProtoId protoId) { in adjust()239 return new ProtoId(target, in adjust()
30 import com.android.dex.ProtoId;458 new IdMerger<ProtoId>(idsDefsOut) { in mergeProtoIds()463 @Override ProtoId read(Dex.Section in, IndexMap indexMap, int index) { in mergeProtoIds()475 void write(ProtoId value) { in mergeProtoIds()