Searched defs:readSmallUint (Results 1 – 4 of 4) sorted by relevance
50 public int readSmallUint(int offset) { in readSmallUint() method in BaseDexBuffer
309 public int readSmallUint() { in readSmallUint() method in BaseDexReader376 public int readSmallUint(int offset) { return dexBuf.readSmallUint(offset); } in readSmallUint() method in BaseDexReader
50 public int readSmallUint(int offset) { in readSmallUint() method in DexBuffer
308 public int readSmallUint() { in readSmallUint() method in DexReader375 public int readSmallUint(int offset) { return dexBuf.readSmallUint(offset); } in readSmallUint() method in DexReader