Home
last modified time | relevance | path

Searched refs:OneofUint32FieldNumber (Results 1 - 8 of 8) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs77 Assert.AreEqual(message.OneofUint32, fields[TestProtos.TestAllTypes.OneofUint32FieldNumber].Accessor.GetValue(message)); in GetValue()
273 Assert.AreSame(descriptor.Fields[TestProtos.TestAllTypes.OneofUint32FieldNumber], oneof.Accessor.GetCaseFieldDescriptor(message)); in Oneof()
337 var accessor = ((IMessage) message).Descriptor.Fields[TestProtos.TestAllTypes.OneofUint32FieldNumber].Accessor; in Clear_Proto3_Oneof()
355 var accessor = ((IMessage) message).Descriptor.Fields[Proto2.TestAllTypes.OneofUint32FieldNumber].Accessor; in Clear_Proto2_Oneof()
H A DDescriptorsTest.cs335 TestAllTypes.OneofUint32FieldNumber } in OneofDescriptor()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs73 Assert.AreEqual(message.OneofUint32, fields[TestAllTypes.OneofUint32FieldNumber].Accessor.GetValue(message)); in GetValue()
195 Assert.AreSame(descriptor.Fields[TestAllTypes.OneofUint32FieldNumber], oneof.Accessor.GetCaseFieldDescriptor(message)); in Oneof()
H A DDescriptorsTest.cs218 TestAllTypes.OneofUint32FieldNumber } in OneofDescriptor()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs1418 public const int OneofUint32FieldNumber = 111; field in ProtobufTestMessages.Proto3.TestAllTypesProto3
H A DTestMessagesProto2.cs1611 public const int OneofUint32FieldNumber = 111; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
H A DUnittestProto3.cs828 public const int OneofUint32FieldNumber = 111; field in Google.Protobuf.TestProtos.TestAllTypes
H A DUnittest.cs2541 public const int OneofUint32FieldNumber = 111; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes
28126 public const int OneofUint32FieldNumber = 536870011; global() field in Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers
[all...]

Completed in 72 milliseconds