Searched refs:optionalValue_ (Results 1 – 1 of 1) sorted by relevance
874 OptionalValue = other.optionalValue_ != null ? other.OptionalValue.Clone() : null; in TestAllTypes()1868 private global::Google.Protobuf.WellKnownTypes.Value optionalValue_; field in Conformance.TestAllTypes1871 get { return optionalValue_; }1873 optionalValue_ = value;2310 if (optionalValue_ != null) hash ^= OptionalValue.GetHashCode(); in GetHashCode()2540 if (optionalValue_ != null) { in WriteTo()2772 if (optionalValue_ != null) { in CalculateSize()3024 if (other.optionalValue_ != null) { in MergeFrom()3025 if (optionalValue_ == null) { in MergeFrom()3026 optionalValue_ = new global::Google.Protobuf.WellKnownTypes.Value(); in MergeFrom()[all …]