Searched refs:Oneofs (Results 1 – 12 of 12) sorted by relevance
76 Oneofs = DescriptorUtil.ConvertAndMakeReadOnly( in MessageDescriptor()218 public IList<OneofDescriptor> Oneofs { get; } property in Google.Protobuf.Reflection.MessageDescriptor283 foreach (OneofDescriptor oneof in Oneofs) in CrossLink()
93 ContainingOneof = parent.Oneofs[proto.OneofIndex]; in FieldDescriptor()
186 Assert.AreEqual(1, descriptor.Oneofs.Count); in Oneof()187 var oneof = descriptor.Oneofs[0]; in Oneof()
142 var oneofOptions = TestMessageWithCustomOptions.Descriptor.Oneofs[0].CustomOptions; in OptionLocations()
612 … 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)
172 public pbc::RepeatedField<string> Oneofs { property in Google.Protobuf.WellKnownTypes.Type
2962 TEST_F(SourceInfoTest, Oneofs) { in TEST_F() argument
2463 PHP_PROTO_FIELD_ACCESSORS(Type, type, Oneofs, "oneofs")