Searched refs:LargeUint64 (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | Unittest.cs | 708 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() 15847 public ulong LargeUint64 { property in Google.Protobuf.TestProtos.Proto2.TestExtremeDefaultValues 16473 if (LargeUint64 != other.LargeUint64) return false; in Equals() 16506 if (HasLargeUint64) hash ^= LargeUint64.GetHashCode(); in GetHashCode() 16557 output.WriteUInt64(LargeUint64); in WriteTo() 16674 output.WriteUInt64(LargeUint64); in IBufferMessage.InternalWriteTo() 16788 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(LargeUint64); in CalculateSize() 16880 LargeUint64 = other.LargeUint64; in MergeFrom() [all...] |
Completed in 32 milliseconds