Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DProtobufArrayList.java99 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in add()
168 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in ensureIndexInRange()
172 private String makeOutOfBoundsExceptionMessage(int index) { in makeOutOfBoundsExceptionMessage() method in ProtobufArrayList
DBooleanArrayList.java213 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in addBoolean()
305 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in ensureIndexInRange()
309 private String makeOutOfBoundsExceptionMessage(int index) { in makeOutOfBoundsExceptionMessage() method in BooleanArrayList
DLongArrayList.java212 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in addLong()
304 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in ensureIndexInRange()
308 private String makeOutOfBoundsExceptionMessage(int index) { in makeOutOfBoundsExceptionMessage() method in LongArrayList
DIntArrayList.java212 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in addInt()
304 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in ensureIndexInRange()
308 private String makeOutOfBoundsExceptionMessage(int index) { in makeOutOfBoundsExceptionMessage() method in IntArrayList
DFloatArrayList.java212 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in addFloat()
304 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in ensureIndexInRange()
308 private String makeOutOfBoundsExceptionMessage(int index) { in makeOutOfBoundsExceptionMessage() method in FloatArrayList
DDoubleArrayList.java213 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in addDouble()
305 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in ensureIndexInRange()
309 private String makeOutOfBoundsExceptionMessage(int index) { in makeOutOfBoundsExceptionMessage() method in DoubleArrayList