Home
last modified time | relevance | path

Searched refs:OptionalInt64 (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs888 public long OptionalInt64 { property in Conformance.TestAllTypes
1952 if (OptionalInt64 != other.OptionalInt64) return false; in Equals()
2066 if (OptionalInt64 != 0L) hash ^= OptionalInt64.GetHashCode(); in GetHashCode()
2186 if (OptionalInt64 != 0L) { in WriteTo()
2188 output.WriteInt64(OptionalInt64); in WriteTo()
2447 if (OptionalInt64 != 0L) { in CalculateSize()
2448 size += 1 + pb::CodedOutputStream.ComputeInt64Size(OptionalInt64); in CalculateSize()
2668 if (other.OptionalInt64 != 0L) { in MergeFrom()
2669 OptionalInt64 = other.OptionalInt64; in MergeFrom()
2941 OptionalInt64 = input.ReadInt64(); in MergeFrom()