Home | History | Annotate | Download | only in util

Lines Matching defs:growSize

46                     (Class<T>) array.getClass().getComponentType(), growSize(currentSize));
61 int[] newArray = ArrayUtils.newUnpaddedIntArray(growSize(currentSize));
76 long[] newArray = ArrayUtils.newUnpaddedLongArray(growSize(currentSize));
91 boolean[] newArray = ArrayUtils.newUnpaddedBooleanArray(growSize(currentSize));
106 float[] newArray = ArrayUtils.newUnpaddedFloatArray(growSize(currentSize));
136 growSize(currentSize));
155 int[] newArray = ArrayUtils.newUnpaddedIntArray(growSize(currentSize));
174 long[] newArray = ArrayUtils.newUnpaddedLongArray(growSize(currentSize));
193 boolean[] newArray = ArrayUtils.newUnpaddedBooleanArray(growSize(currentSize));
205 public static int growSize(int currentSize) {