Searched refs:readLongAsSmallUint (Results 1 – 2 of 2) sorted by relevance
341 offset = readLongAsSmallUint(40);421 @Override public int getOffset() { return readLongAsSmallUint(offset + 24); }422 @Override public int getSize() { return readLongAsSmallUint(offset + 32); }424 @Override public int getEntrySize() { return readLongAsSmallUint(offset + 56); }516 public int getSize() { return readLongAsSmallUint(offset + 16); }
100 public int readLongAsSmallUint(int offset) { in readLongAsSmallUint() method in BaseDexBuffer