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.java45 public ProtobufArrayList<E> mutableCopyWithCapacity(int capacity) { in mutableCopyWithCapacity() method in ProtobufArrayList
DBooleanArrayList.java103 public BooleanList mutableCopyWithCapacity(int capacity) { in mutableCopyWithCapacity() method in BooleanArrayList
DDoubleArrayList.java103 public DoubleList mutableCopyWithCapacity(int capacity) { in mutableCopyWithCapacity() method in DoubleArrayList
DIntArrayList.java102 public IntList mutableCopyWithCapacity(int capacity) { in mutableCopyWithCapacity() method in IntArrayList
DLongArrayList.java102 public LongList mutableCopyWithCapacity(int capacity) { in mutableCopyWithCapacity() method in LongArrayList
DFloatArrayList.java102 public FloatList mutableCopyWithCapacity(int capacity) { in mutableCopyWithCapacity() method in FloatArrayList
DLazyStringArrayList.java86 public LazyStringArrayList mutableCopyWithCapacity(int capacity) { in mutableCopyWithCapacity() method in LazyStringArrayList