Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs511 public int OptionalSfixed32 { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
1772 if (OptionalSfixed32 != other.OptionalSfixed32) return false; in Equals()
1900 if (OptionalSfixed32 != 0) hash ^= OptionalSfixed32.GetHashCode(); in GetHashCode()
2059 if (OptionalSfixed32 != 0) { in WriteTo()
2061 output.WriteSFixed32(OptionalSfixed32); in WriteTo()
2366 if (OptionalSfixed32 != 0) { in CalculateSize()
2628 if (other.OptionalSfixed32 != 0) { in MergeFrom()
2629 OptionalSfixed32 = other.OptionalSfixed32; in MergeFrom()
2950 OptionalSfixed32 = input.ReadSFixed32(); in MergeFrom()