Home
last modified time | relevance | path

Searched refs:EmptyNames (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DGeneratedClrTypeInfo.cs43 private static readonly string[] EmptyNames = new string[0]; field in Google.Protobuf.Reflection.GeneratedClrTypeInfo
91 PropertyNames = propertyNames ?? EmptyNames; in GeneratedClrTypeInfo()
92 OneofNames = oneofNames ?? EmptyNames; in GeneratedClrTypeInfo()