Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DGeneratedClrTypeInfo.cs67 public string[] OneofNames { get; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo
92 OneofNames = oneofNames ?? EmptyNames; in GeneratedClrTypeInfo()
DMessageDescriptor.cs81 new OneofDescriptor(oneof, file, this, index, generatedCodeInfo.OneofNames[index])); in MessageDescriptor()