Searched refs:optionalValue_ (Results 1 – 1 of 1) sorted by relevance
832 OptionalValue = other.optionalValue_ != null ? other.OptionalValue.Clone() : null; in TestAllTypes()1736 private global::Google.Protobuf.WellKnownTypes.Value optionalValue_; field in Conformance.TestAllTypes1738 get { return optionalValue_; }1740 optionalValue_ = value;2154 if (optionalValue_ != null) hash ^= OptionalValue.GetHashCode(); in GetHashCode()2382 if (optionalValue_ != null) { in WriteTo()2613 if (optionalValue_ != null) { in CalculateSize()2864 if (other.optionalValue_ != null) { in MergeFrom()2865 if (optionalValue_ == null) { in MergeFrom()2866 optionalValue_ = new global::Google.Protobuf.WellKnownTypes.Value(); in MergeFrom()[all …]