Searched refs:Oneofs (Results 1 – 9 of 9) sorted by relevance
74 Oneofs = DescriptorUtil.ConvertAndMakeReadOnly( in MessageDescriptor()194 public IList<OneofDescriptor> Oneofs { get; } property in Google.Protobuf.Reflection.MessageDescriptor234 foreach (OneofDescriptor oneof in Oneofs) in CrossLink()
90 ContainingOneof = parent.Oneofs[proto.OneofIndex]; in FieldDescriptor()
186 Assert.AreEqual(1, descriptor.Oneofs.Count); in Oneof()187 var oneof = descriptor.Oneofs[0]; in Oneof()
641 … var specifiedField = message.Descriptor.Oneofs[0].Accessor.GetCaseFieldDescriptor(message); in WriteStructFieldValue()
37 Fix generator error when long_names:false is combined with Oneofs. (issue 147)
51 **Changes:** Oneofs fields now use special *PB_DATAOFFSET_UNION* offset type
98 Fix generator error when long_names:false is combined with Oneofs. (issue 147)
160 public pbc::RepeatedField<string> Oneofs { property in Google.Protobuf.WellKnownTypes.Type
2514 TEST_F(SourceInfoTest, Oneofs) { in TEST_F() argument