Home
last modified time | relevance | path

Searched refs:SmallInt32 (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittest.cs708 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestExtremeDefaultValues), global::Google.Protobuf.TestProtos.Proto2.TestExtremeDefaultValues.Parser, new[]{ "EscapedBytes", "LargeUint32", "LargeUint64", "SmallInt32", "SmallInt64", "ReallySmallInt32", "ReallySmallInt64", "Utf8String", "ZeroFloat", "OneFloat", "SmallFloat", "NegativeOneFloat", "NegativeFloat", "LargeFloat", "SmallNegativeFloat", "InfDouble", "NegInfDouble", "NanDouble", "InfFloat", "NegInfFloat", "NanFloat", "CppTrigraph", "StringWithZero", "BytesWithZero", "StringPieceWithZero", "CordWithZero", "ReplacementString" }, null, null, null, null), in UnittestReflection()
15871 public int SmallInt32 { property in Google.Protobuf.TestProtos.Proto2.TestExtremeDefaultValues
16474 if (SmallInt32 != other.SmallInt32) return false; in Equals()
16507 if (HasSmallInt32) hash ^= SmallInt32.GetHashCode(); in GetHashCode()
16561 output.WriteInt32(SmallInt32); in WriteTo()
16678 output.WriteInt32(SmallInt32); in IBufferMessage.InternalWriteTo()
16791 size += 1 + pb::CodedOutputStream.ComputeInt32Size(SmallInt32); in CalculateSize()
16883 SmallInt32 = other.SmallInt32; in MergeFrom()
[all...]

Completed in 35 milliseconds