Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DGeneratedClrTypeInfo.cs60 public string[] PropertyNames { get; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo
91 PropertyNames = propertyNames ?? EmptyNames; in GeneratedClrTypeInfo()
DMessageDescriptor.cs96 … new FieldDescriptor(field, file, this, index, generatedCodeInfo?.PropertyNames[index])); in MessageDescriptor()