Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs74 Oneofs = DescriptorUtil.ConvertAndMakeReadOnly( in MessageDescriptor()
194 public IList<OneofDescriptor> Oneofs { get; } property in Google.Protobuf.Reflection.MessageDescriptor
234 foreach (OneofDescriptor oneof in Oneofs) in CrossLink()
DFieldDescriptor.cs90 ContainingOneof = parent.Oneofs[proto.OneofIndex]; in FieldDescriptor()
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs186 Assert.AreEqual(1, descriptor.Oneofs.Count); in Oneof()
187 var oneof = descriptor.Oneofs[0]; in Oneof()
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs641 … var specifiedField = message.Descriptor.Oneofs[0].Accessor.GetCaseFieldDescriptor(message); in WriteStructFieldValue()
/external/grpc-grpc/third_party/nanopb/
DCHANGELOG.txt37 Fix generator error when long_names:false is combined with Oneofs. (issue 147)
/external/nanopb-c/docs/
Dmigration.rst51 **Changes:** Oneofs fields now use special *PB_DATAOFFSET_UNION* offset type
/external/nanopb-c/
DCHANGELOG.txt98 Fix generator error when long_names:false is combined with Oneofs. (issue 147)
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs160 public pbc::RepeatedField<string> Oneofs { property in Google.Protobuf.WellKnownTypes.Type
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2514 TEST_F(SourceInfoTest, Oneofs) { in TEST_F() argument