Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs71 …Assert.AreEqual(message.OneofString, fields[TestAllTypes.OneofStringFieldNumber].Accessor.GetValue… in GetValue()
192 …Assert.AreSame(descriptor.Fields[TestAllTypes.OneofStringFieldNumber], oneof.Accessor.GetCaseField… in Oneof()
DDescriptorsTest.cs217 TestAllTypes.OneofStringFieldNumber, in OneofDescriptor()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1589 public const int OneofStringFieldNumber = 113; field in Conformance.TestAllTypes
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs824 public const int OneofStringFieldNumber = 113; field in Google.Protobuf.TestProtos.TestAllTypes