Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs76 Oneofs = DescriptorUtil.ConvertAndMakeReadOnly( in MessageDescriptor()
218 public IList<OneofDescriptor> Oneofs { get; } property in Google.Protobuf.Reflection.MessageDescriptor
283 foreach (OneofDescriptor oneof in Oneofs) in CrossLink()
DFieldDescriptor.cs93 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()
DCustomOptionsTest.cs142 var oneofOptions = TestMessageWithCustomOptions.Descriptor.Oneofs[0].CustomOptions; in OptionLocations()
/external/protobuf/csharp/compatibility_tests/v3.0.0/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.cs612 … 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.cs172 public pbc::RepeatedField<string> Oneofs { property in Google.Protobuf.WellKnownTypes.Type
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2962 TEST_F(SourceInfoTest, Oneofs) { in TEST_F() argument
/external/protobuf/php/ext/google/protobuf/
Dmessage.c2463 PHP_PROTO_FIELD_ACCESSORS(Type, type, Oneofs, "oneofs")