Searched refs:readSizedRightExtendedLong (Results 1 – 4 of 4) sorted by relevance
306 Assert.assertEquals(expectedValue, reader.readSizedRightExtendedLong(buf.length)); in performSizedRightExtendedLongTest()322 reader.readSizedRightExtendedLong(buf.length); in performSizedRightExtendedLongFailureTest()
76 reader.readSizedRightExtendedLong(valueArg + 1))); in readFrom()
80 … double doubleValue = Double.longBitsToDouble(reader.readSizedRightExtendedLong(valueArg + 1)); in annotateEncodedValue()
380 public long readSizedRightExtendedLong(int bytes) { in readSizedRightExtendedLong() method in BaseDexReader