Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.cs110 Assert.AreEqual(0, message.OneofUint32); in DefaultValues()
559 Assert.AreEqual(0, message.OneofUint32); in OneofProperties()
566 Assert.AreEqual(0, message.OneofUint32); in OneofProperties()
574 Assert.AreEqual(0, message.OneofUint32); in OneofProperties()
579 message.OneofUint32 = 20; in OneofProperties()
581 Assert.AreEqual(20, message.OneofUint32); in OneofProperties()
584 Assert.AreEqual(TestAllTypes.OneofFieldOneofCase.OneofUint32, message.OneofFieldCase); in OneofProperties()
589 Assert.AreEqual(0, message.OneofUint32); in OneofProperties()
596 Assert.AreEqual(0, message.OneofUint32); in OneofProperties()
606 var message2 = new TestAllTypes { OneofUint32 = 0 }; in Oneof_DefaultValuesNotEqual()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs894 case OneofFieldOneofCase.OneofUint32: in TestAllTypes()
895 OneofUint32 = other.OneofUint32; in TestAllTypes()
1569 public uint OneofUint32 { property in Conformance.TestAllTypes
1570 get { return oneofFieldCase_ == OneofFieldOneofCase.OneofUint32 ? (uint) oneofField_ : 0; }
1573 oneofFieldCase_ = OneofFieldOneofCase.OneofUint32;
2076 OneofUint32 = 111, enumerator
2168 if (OneofUint32 != other.OneofUint32) return false; in Equals()
2283 if (oneofFieldCase_ == OneofFieldOneofCase.OneofUint32) hash ^= OneofUint32.GetHashCode(); in GetHashCode()
2468 if (oneofFieldCase_ == OneofFieldOneofCase.OneofUint32) { in WriteTo()
2470 output.WriteUInt32(OneofUint32); in WriteTo()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs73 …Assert.AreEqual(message.OneofUint32, fields[TestAllTypes.OneofUint32FieldNumber].Accessor.GetValue… in GetValue()
194 message.OneofUint32 = 10; in Oneof()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs306 case OneofFieldOneofCase.OneofUint32: in TestAllTypes()
307 OneofUint32 = other.OneofUint32; in TestAllTypes()
804 public uint OneofUint32 { property in Google.Protobuf.TestProtos.TestAllTypes
805 get { return oneofFieldCase_ == OneofFieldOneofCase.OneofUint32 ? (uint) oneofField_ : 0; }
808 oneofFieldCase_ = OneofFieldOneofCase.OneofUint32;
849 OneofUint32 = 111, enumerator
923 if (OneofUint32 != other.OneofUint32) return false; in Equals()
978 if (oneofFieldCase_ == OneofFieldOneofCase.OneofUint32) hash ^= OneofUint32.GetHashCode(); in GetHashCode()
1103 if (oneofFieldCase_ == OneofFieldOneofCase.OneofUint32) { in WriteTo()
1105 output.WriteUInt32(OneofUint32); in WriteTo()
[all …]