Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DFloatArrayListTest.java48 private static final FloatArrayList UNARY_LIST = newImmutableFloatArrayList(1);
50 newImmutableFloatArrayList(1, 2, 3);
451 private static FloatArrayList newImmutableFloatArrayList(int... elements) { in newImmutableFloatArrayList() method in FloatArrayListTest