Searched defs:EmptyArray (Results 1 – 4 of 4) sorted by relevance
21 final class EmptyArray { class22 private EmptyArray() {} in EmptyArray() method in EmptyArray
22 final class EmptyArray { class23 private EmptyArray() {} in EmptyArray() method in EmptyArray
52 private static readonly T[] EmptyArray = new T[0]; field in Google.Protobuf.Collections.RepeatedField
262 TEST(JSONReaderTest, EmptyArray) { in TEST() argument