Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs998 public bool OptionalBool { property in Conformance.TestAllTypes
1963 if (OptionalBool != other.OptionalBool) return false; in Equals()
2077 if (OptionalBool != false) hash ^= OptionalBool.GetHashCode(); in GetHashCode()
2230 if (OptionalBool != false) { in WriteTo()
2232 output.WriteBool(OptionalBool); in WriteTo()
2480 if (OptionalBool != false) { in CalculateSize()
2701 if (other.OptionalBool != false) { in MergeFrom()
2702 OptionalBool = other.OptionalBool; in MergeFrom()
2985 OptionalBool = input.ReadBool(); in MergeFrom()