Home
last modified time | relevance | path

Searched refs:makeOutOfBoundsExceptionMessage (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DBooleanArrayList.java173 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in addBoolean()
265 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in ensureIndexInRange()
269 private String makeOutOfBoundsExceptionMessage(int index) { in makeOutOfBoundsExceptionMessage() method in BooleanArrayList
DIntArrayList.java173 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in addInt()
265 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in ensureIndexInRange()
269 private String makeOutOfBoundsExceptionMessage(int index) { in makeOutOfBoundsExceptionMessage() method in IntArrayList
DFloatArrayList.java173 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in addFloat()
265 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in ensureIndexInRange()
269 private String makeOutOfBoundsExceptionMessage(int index) { in makeOutOfBoundsExceptionMessage() method in FloatArrayList
DDoubleArrayList.java174 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in addDouble()
266 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in ensureIndexInRange()
270 private String makeOutOfBoundsExceptionMessage(int index) { in makeOutOfBoundsExceptionMessage() method in DoubleArrayList
DLongArrayList.java173 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in addLong()
265 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in ensureIndexInRange()
269 private String makeOutOfBoundsExceptionMessage(int index) { in makeOutOfBoundsExceptionMessage() method in LongArrayList