Home
last modified time | relevance | path

Searched defs:mutableCopyWithCapacity (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DProtobufArrayList.java66 public ProtobufArrayList<E> mutableCopyWithCapacity(int capacity) { in mutableCopyWithCapacity() method in ProtobufArrayList
DBooleanArrayList.java125 public BooleanList mutableCopyWithCapacity(int capacity) { in mutableCopyWithCapacity() method in BooleanArrayList
DDoubleArrayList.java125 public DoubleList mutableCopyWithCapacity(int capacity) { in mutableCopyWithCapacity() method in DoubleArrayList
DIntArrayList.java124 public IntList mutableCopyWithCapacity(int capacity) { in mutableCopyWithCapacity() method in IntArrayList
DFloatArrayList.java124 public FloatList mutableCopyWithCapacity(int capacity) { in mutableCopyWithCapacity() method in FloatArrayList
DLongArrayList.java124 public LongList mutableCopyWithCapacity(int capacity) { in mutableCopyWithCapacity() method in LongArrayList
DLazyStringArrayList.java101 public LazyStringArrayList mutableCopyWithCapacity(int capacity) { in mutableCopyWithCapacity() method in LazyStringArrayList