Home
last modified time | relevance | path

Searched refs:NegInfDouble (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()
16196 public double NegInfDouble { property in Google.Protobuf.TestProtos.Proto2.TestExtremeDefaultValues
16487 if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(NegInfDouble, other.NegInfDouble)) return false; in Equals()
16520 if (HasNegInfDouble) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(NegInfDouble); in GetHashCode()
16605 output.WriteDouble(NegInfDouble); in WriteTo()
16722 output.WriteDouble(NegInfDouble); in IBufferMessage.InternalWriteTo()
16922 NegInfDouble = other.NegInfDouble; in MergeFrom()
17025 NegInfDouble in MergeFrom()
[all...]

Completed in 32 milliseconds