Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs352 optionalValue_ = other.optionalValue_ != null ? other.optionalValue_.Clone() : null; in TestAllTypesProto3()
1444 private global::Google.Protobuf.WellKnownTypes.Value optionalValue_; field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1447 get { return optionalValue_; }
1449 optionalValue_ = value;
1987 if (optionalValue_ != null) hash ^= OptionalValue.GetHashCode(); in GetHashCode()
2251 if (optionalValue_ != null) { in WriteTo()
2529 if (optionalValue_ != null) { in CalculateSize()
2806 if (other.optionalValue_ != null) { in MergeFrom()
2807 if (optionalValue_ == null) { in MergeFrom()
3370 if (optionalValue_ == null) { in MergeFrom()