Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DFloatArrayListTest.java49 newImmutableFloatArrayList(1);
51 newImmutableFloatArrayList(1, 2, 3);
454 private static FloatArrayList newImmutableFloatArrayList(float... elements) { in newImmutableFloatArrayList() method in FloatArrayListTest