Searched refs:DeprecatedInt32 (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestProto3.cs | 164 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestDeprecatedFields), global::Google.Protobuf.TestProtos.TestDeprecatedFields.Parser, new[]{ "DeprecatedInt32" }, null, null, null, null), in UnittestProto3Reflection() 2501 public int DeprecatedInt32 { property in Google.Protobuf.TestProtos.TestDeprecatedFields 2521 if (DeprecatedInt32 != other.DeprecatedInt32) return false; in Equals() 2528 if (DeprecatedInt32 != 0) hash ^= DeprecatedInt32.GetHashCode(); in GetHashCode() 2545 if (DeprecatedInt32 != 0) { in WriteTo() 2547 output.WriteInt32(DeprecatedInt32); in WriteTo() 2558 if (DeprecatedInt32 != 0) { in IBufferMessage.InternalWriteTo() 2560 output.WriteInt32(DeprecatedInt32); in IBufferMessage.InternalWriteTo() [all...] |
H A D | Unittest.cs | 676 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestDeprecatedFields), global::Google.Protobuf.TestProtos.Proto2.TestDeprecatedFields.Parser, new[]{ "DeprecatedInt32", "DeprecatedInt32InOneof" }, new[]{ "OneofFields" }, null, null, null), in UnittestReflection() 5294 public int DeprecatedInt32 { property in Google.Protobuf.TestProtos.Proto2.TestDeprecatedFields 5371 if (DeprecatedInt32 != other.DeprecatedInt32) return false; in Equals() 5380 if (HasDeprecatedInt32) hash ^= DeprecatedInt32.GetHashCode(); in GetHashCode() 5401 output.WriteInt32(DeprecatedInt32); in WriteTo() 5418 output.WriteInt32(DeprecatedInt32); in IBufferMessage.InternalWriteTo() 5434 size += 1 + pb::CodedOutputStream.ComputeInt32Size(DeprecatedInt32); in CalculateSize() 5451 DeprecatedInt32 = other.DeprecatedInt32; in MergeFrom() [all...] |
Completed in 36 milliseconds