Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs832 OptionalValue = other.optionalValue_ != null ? other.OptionalValue.Clone() : null; in TestAllTypes()
1736 private global::Google.Protobuf.WellKnownTypes.Value optionalValue_; field in Conformance.TestAllTypes
1738 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 …]