Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DGeneratedClrTypeInfo.cs73 public string[] OneofNames { get; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo
99 OneofNames = oneofNames ?? EmptyNames; in GeneratedClrTypeInfo()
DMessageDescriptor.cs81 … new OneofDescriptor(oneof, file, this, index, generatedCodeInfo?.OneofNames[index])); in MessageDescriptor()