Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1010 public int OptionalSfixed32 { property in Conformance.TestAllTypes
2114 if (OptionalSfixed32 != other.OptionalSfixed32) return false; in Equals()
2229 if (OptionalSfixed32 != 0) hash ^= OptionalSfixed32.GetHashCode(); in GetHashCode()
2372 if (OptionalSfixed32 != 0) { in WriteTo()
2374 output.WriteSFixed32(OptionalSfixed32); in WriteTo()
2627 if (OptionalSfixed32 != 0) { in CalculateSize()
2849 if (other.OptionalSfixed32 != 0) { in MergeFrom()
2850 OptionalSfixed32 = other.OptionalSfixed32; in MergeFrom()
3130 OptionalSfixed32 = input.ReadSFixed32(); in MergeFrom()