Lines Matching refs:OneofUint32
852 case OneofFieldOneofCase.OneofUint32: in TestAllTypes()
853 OneofUint32 = other.OneofUint32; in TestAllTypes()
1463 public uint OneofUint32 { property in Conformance.TestAllTypes
1464 get { return oneofFieldCase_ == OneofFieldOneofCase.OneofUint32 ? (uint) oneofField_ : 0; }
1467 oneofFieldCase_ = OneofFieldOneofCase.OneofUint32;
1925 OneofUint32 = 111, enumerator
2013 if (OneofUint32 != other.OneofUint32) return false; in Equals()
2127 if (oneofFieldCase_ == OneofFieldOneofCase.OneofUint32) hash ^= OneofUint32.GetHashCode(); in GetHashCode()
2310 if (oneofFieldCase_ == OneofFieldOneofCase.OneofUint32) { in WriteTo()
2312 output.WriteUInt32(OneofUint32); in WriteTo()
2550 if (oneofFieldCase_ == OneofFieldOneofCase.OneofUint32) { in CalculateSize()
2551 size += 2 + pb::CodedOutputStream.ComputeUInt32Size(OneofUint32); in CalculateSize()
2913 case OneofFieldOneofCase.OneofUint32: in MergeFrom()
2914 OneofUint32 = other.OneofUint32; in MergeFrom()
3209 OneofUint32 = input.ReadUInt32(); in MergeFrom()