Searched defs:emptyList (Results 1 – 10 of 10) sorted by relevance
8 const emptyList = new BufferList(); constant
130 List emptyList = new ArrayList(); in TestCharsetSelectorCodeCoverage() local
48 public static <E> ProtobufArrayList<E> emptyList() { in emptyList() method in ProtobufArrayList
53 public static BooleanArrayList emptyList() { in emptyList() method in BooleanArrayList
53 public static DoubleArrayList emptyList() { in emptyList() method in DoubleArrayList
53 public static IntArrayList emptyList() { in emptyList() method in IntArrayList
53 public static FloatArrayList emptyList() { in emptyList() method in FloatArrayList
53 public static LongArrayList emptyList() { in emptyList() method in LongArrayList
70 static LazyStringArrayList emptyList() { in emptyList() method in LazyStringArrayList
1072 Type emptyList = (Type) Collections.emptyList(); in newRepeatedGeneratedExtension() local