Home
last modified time | relevance | path

Searched defs:EMPTY_LIST (Results 1 - 9 of 9) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DProtobufArrayList.java40 private static final ProtobufArrayList<Object> EMPTY_LIST = field in ProtobufArrayList
H A DLazyStringArrayList.java64 private static final LazyStringArrayList EMPTY_LIST = new LazyStringArrayList(); field in LazyStringArrayList
H A DIntArrayList.java48 private static final IntArrayList EMPTY_LIST = new IntArrayList(new int[0], 0); field in IntArrayList
H A DLongArrayList.java48 private static final LongArrayList EMPTY_LIST = new LongArrayList(new long[0], 0); field in LongArrayList
H A DFloatArrayList.java48 private static final FloatArrayList EMPTY_LIST = new FloatArrayList(new float[0], 0); field in FloatArrayList
H A DBooleanArrayList.java48 private static final BooleanArrayList EMPTY_LIST = new BooleanArrayList(new boolean[0], 0); field in BooleanArrayList
H A DDoubleArrayList.java48 private static final DoubleArrayList EMPTY_LIST = new DoubleArrayList(new double[0], 0); field in DoubleArrayList
/third_party/python/Lib/
H A Dpickle.py142 EMPTY_LIST = b']' # push empty list variable
/third_party/python/Modules/
H A D_pickle.c81 EMPTY_LIST = ']', enumerator

Completed in 15 milliseconds