Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs78 Oneofs = DescriptorUtil.ConvertAndMakeReadOnly( in MessageDescriptor()
198 public IList<OneofDescriptor> Oneofs { get; } property in Google.Protobuf.Reflection.MessageDescriptor
238 foreach (OneofDescriptor oneof in Oneofs) in CrossLink()
DFieldDescriptor.cs90 ContainingOneof = parent.Oneofs[proto.OneofIndex]; in FieldDescriptor()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs186 Assert.AreEqual(1, descriptor.Oneofs.Count); in Oneof()
187 var oneof = descriptor.Oneofs[0]; in Oneof()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonFormatter.cs641 … var specifiedField = message.Descriptor.Oneofs[0].Accessor.GetCaseFieldDescriptor(message); in WriteStructFieldValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs167 public pbc::RepeatedField<string> Oneofs { property in Google.Protobuf.WellKnownTypes.Type
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser_unittest.cc2514 TEST_F(SourceInfoTest, Oneofs) { in TEST_F() argument