Searched refs:objectLength (Results 1 – 1 of 1) sorted by relevance
4433 int objectLength = readInt(); in readLazyValue() local4434 if (objectLength < 0) { in readLazyValue()4437 int end = MathUtils.addOrThrow(dataPosition(), objectLength); in readLazyValue()