Searched refs:newImmutableProtoArrayList (Results 1 – 1 of 1) sorted by relevance
47 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