Home
last modified time | relevance | path

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

/frameworks/layoutlib/create/tests/mock_data/mock_android/util/
DEmptyArray.java21 public class EmptyArray { class
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs51 private static readonly T[] EmptyArray = new T[0]; field in Google.Protobuf.Collections.RepeatedField