Home
last modified time | relevance | path

Searched refs:OneofUint32FieldNumber (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs73 …Assert.AreEqual(message.OneofUint32, fields[TestAllTypes.OneofUint32FieldNumber].Accessor.GetValue… in GetValue()
195 …Assert.AreSame(descriptor.Fields[TestAllTypes.OneofUint32FieldNumber], oneof.Accessor.GetCaseField… in Oneof()
DDescriptorsTest.cs218 TestAllTypes.OneofUint32FieldNumber } in OneofDescriptor()
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1462 public const int OneofUint32FieldNumber = 111; field in Conformance.TestAllTypes
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs754 public const int OneofUint32FieldNumber = 111; field in Google.Protobuf.TestProtos.TestAllTypes