Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs405 optionalValue_ = other.optionalValue_ != null ? other.optionalValue_.Clone() : null; in TestAllTypesProto3()
1783 private global::Google.Protobuf.WellKnownTypes.Value optionalValue_; field in ProtobufTestMessages.Proto3.TestAllTypesProto3
1786 get { return optionalValue_; }
1788 optionalValue_ = value;
2382 if (optionalValue_ != null) hash ^= OptionalValue.GetHashCode(); in GetHashCode()
2677 if (optionalValue_ != null) { in WriteTo()
3021 if (optionalValue_ != null) { in IBufferMessage.InternalWriteTo()
3328 if (optionalValue_ ! in CalculateSize()
[all...]

Completed in 7 milliseconds