Searched refs:EMPTY_LIST (Results 1 – 9 of 9) sorted by relevance
40 private static final ProtobufArrayList<Object> EMPTY_LIST = field in ProtobufArrayList44 EMPTY_LIST.makeImmutable(); in EMPTY_LIST.makeImmutable()49 return (ProtobufArrayList<E>) EMPTY_LIST; in emptyList()
64 private static final LazyStringArrayList EMPTY_LIST = new LazyStringArrayList(); field in LazyStringArrayList67 EMPTY_LIST.makeImmutable(); in EMPTY_LIST.makeImmutable()71 return EMPTY_LIST; in emptyList()75 public static final LazyStringList EMPTY = EMPTY_LIST;
48 private static final IntArrayList EMPTY_LIST = new IntArrayList(new int[0], 0); field in IntArrayList50 EMPTY_LIST.makeImmutable(); in EMPTY_LIST.makeImmutable()54 return EMPTY_LIST; in emptyList()
48 private static final LongArrayList EMPTY_LIST = new LongArrayList(new long[0], 0); field in LongArrayList50 EMPTY_LIST.makeImmutable(); in EMPTY_LIST.makeImmutable()54 return EMPTY_LIST; in emptyList()
48 private static final BooleanArrayList EMPTY_LIST = new BooleanArrayList(new boolean[0], 0); field in BooleanArrayList50 EMPTY_LIST.makeImmutable(); in EMPTY_LIST.makeImmutable()54 return EMPTY_LIST; in emptyList()
48 private static final DoubleArrayList EMPTY_LIST = new DoubleArrayList(new double[0], 0); field in DoubleArrayList50 EMPTY_LIST.makeImmutable(); in EMPTY_LIST.makeImmutable()54 return EMPTY_LIST; in emptyList()
48 private static final FloatArrayList EMPTY_LIST = new FloatArrayList(new float[0], 0); field in FloatArrayList50 EMPTY_LIST.makeImmutable(); in EMPTY_LIST.makeImmutable()54 return EMPTY_LIST; in emptyList()
142 EMPTY_LIST = b']' # push empty list variable927 self.write(EMPTY_LIST)1453 dispatch[EMPTY_LIST[0]] = load_empty_list
69 EMPTY_LIST = ']', enumerator3049 header[0] = EMPTY_LIST; in save_list()6903 OP(EMPTY_LIST, load_empty_list) in load()