Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DProtobufArrayListTest.java47 private static final ProtobufArrayList<Integer> UNARY_LIST = newImmutableProtoArrayList(1);
49 newImmutableProtoArrayList(1, 2, 3);
281 private static ProtobufArrayList<Integer> newImmutableProtoArrayList(int... elements) { in newImmutableProtoArrayList() method in ProtobufArrayListTest