Home
last modified time | relevance | path

Searched defs:EmptyArray (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DEmptyArray.java21 final class EmptyArray { class
22 private EmptyArray() {} in EmptyArray() method in EmptyArray
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs52 private static readonly T[] EmptyArray = new T[0]; field in Google.Protobuf.Collections.RepeatedField