Home
last modified time | relevance | path

Searched defs:emptyList (Results 1 – 25 of 39) sorted by relevance

12

/external/golang-protobuf/types/dynamicpb/
Ddynamic.go385 type emptyList struct { struct
386 desc protoreflect.FieldDescriptor
389 func (x emptyList) Len() int { return 0 }
390 func (x emptyList) Get(n int) protoreflect.Value { panic(errors.New("out of range")) }
391 func (x emptyList) Set(n int, v protoreflect.Value) {
394 … (x emptyList) Append(v protoreflect.Value) { panic(errors.New("modification of immutable list")) }
395 func (x emptyList) AppendMutable() protoreflect.Value {
398 … emptyList) Truncate(n int) { panic(errors.New("modification of immutable list")) }
399 func (x emptyList) NewElement() protoreflect.Value { return newListEntry(x.desc) }
400 func (x emptyList) IsValid() bool { return false }
/external/testng/src/test/java/org/testng/internal/
DUtilsTest.java31 List<String> emptyList = emptyList(); in createEmptyStringWhenJoiningEmptyListWithJoin() local
43 List<String> emptyList = emptyList(); in createEmptyStringWhenJoiningEmptyListWithJoinStrings() local
/external/armnn/src/armnn/test/
DObservableTest.cpp45 std::list<armnn::Layer*> emptyList({}); variable
87 std::list<std::string> emptyList({}); variable
/external/guava/android/guava-testlib/test/com/google/common/collect/testing/
DIteratorTesterTest.java219 List<Integer> emptyList = newArrayList(); in testMissingException() local
261 List<Integer> emptyList = emptyList(); in testSimilarException() local
293 List<Integer> emptyList = emptyList(); in testMismatchedException() local
/external/guava/guava-testlib/test/com/google/common/collect/testing/
DIteratorTesterTest.java219 List<Integer> emptyList = newArrayList(); in testMissingException() local
261 List<Integer> emptyList = emptyList(); in testSimilarException() local
293 List<Integer> emptyList = emptyList(); in testMismatchedException() local
/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/
DWeightedRandomPickerTest.java128 public void emptyList() { in emptyList() method in WeightedRandomPickerTest
129 List<WeightedChildPicker> emptyList = new ArrayList<>(); in emptyList() local
/external/icu/icu4j/main/charset/src/test/java/com/ibm/icu/dev/test/charset/
DTestSelection.java130 List emptyList = new ArrayList(); in TestCharsetSelectorCodeCoverage() local
/external/kotlinx.serialization/formats/protobuf/commonTest/src/kotlinx/serialization/protobuf/
DProtobufCollectionsTest.kt42 val emptyList = ProtoBuf.decodeFromByteArray<ListWithNestedList>(emptyListBytes) in testEmptyListIsNotListOfEmpty() constant
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/
DRecursiveToStringStyleTest.java66 final ArrayList<Object> emptyList = new ArrayList<>(); in testObject() local
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/internal/
DConcurrentIntrusiveListTest.java36 public void emptyList() { in emptyList() method in ConcurrentIntrusiveListTest
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DProtobufArrayList.java48 public static <E> ProtobufArrayList<E> emptyList() { in emptyList() method in ProtobufArrayList
DBooleanArrayList.java53 public static BooleanArrayList emptyList() { in emptyList() method in BooleanArrayList
DDoubleArrayList.java53 public static DoubleArrayList emptyList() { in emptyList() method in DoubleArrayList
DFloatArrayList.java53 public static FloatArrayList emptyList() { in emptyList() method in FloatArrayList
DLongArrayList.java53 public static LongArrayList emptyList() { in emptyList() method in LongArrayList
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DProtobufArrayList.java48 public static <E> ProtobufArrayList<E> emptyList() { in emptyList() method in ProtobufArrayList
DBooleanArrayList.java53 public static BooleanArrayList emptyList() { in emptyList() method in BooleanArrayList
DFloatArrayList.java53 public static FloatArrayList emptyList() { in emptyList() method in FloatArrayList
DIntArrayList.java53 public static IntArrayList emptyList() { in emptyList() method in IntArrayList
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DProtobufArrayList.java48 public static <E> ProtobufArrayList<E> emptyList() { in emptyList() method in ProtobufArrayList
DBooleanArrayList.java53 public static BooleanArrayList emptyList() { in emptyList() method in BooleanArrayList
DIntArrayList.java53 public static IntArrayList emptyList() { in emptyList() method in IntArrayList
DLongArrayList.java53 public static LongArrayList emptyList() { in emptyList() method in LongArrayList
DDoubleArrayList.java53 public static DoubleArrayList emptyList() { in emptyList() method in DoubleArrayList
/external/starlark-go/lib/proto/
Dproto.go766 type emptyList struct{ protoreflect.List } argument
768 func (emptyList) Len() int { return 0 }

12