Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs958 public int OptionalSfixed32 { property in Conformance.TestAllTypes
1959 if (OptionalSfixed32 != other.OptionalSfixed32) return false; in Equals()
2073 if (OptionalSfixed32 != 0) hash ^= OptionalSfixed32.GetHashCode(); in GetHashCode()
2214 if (OptionalSfixed32 != 0) { in WriteTo()
2216 output.WriteSFixed32(OptionalSfixed32); in WriteTo()
2468 if (OptionalSfixed32 != 0) { in CalculateSize()
2689 if (other.OptionalSfixed32 != 0) { in MergeFrom()
2690 OptionalSfixed32 = other.OptionalSfixed32; in MergeFrom()
2969 OptionalSfixed32 = input.ReadSFixed32(); in MergeFrom()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go370OptionalSfixed32 int32 `protobuf:"fixed32,9,opt,name=optional_sfixed32… member
564 return m.OptionalSfixed32