Searched refs:readLongAsSmallUint (Results 1 – 2 of 2) sorted by relevance
347 offset = readLongAsSmallUint(40);427 @Override public int getOffset() { return readLongAsSmallUint(offset + 24); }428 @Override public int getSize() { return readLongAsSmallUint(offset + 32); }430 @Override public int getEntrySize() { return readLongAsSmallUint(offset + 56); }522 public int getSize() { return readLongAsSmallUint(offset + 16); }
100 public int readLongAsSmallUint(int offset) { in readLongAsSmallUint() method in BaseDexBuffer