Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs874 OptionalValue = other.optionalValue_ != null ? other.OptionalValue.Clone() : null; in TestAllTypes()
1870 public global::Google.Protobuf.WellKnownTypes.Value OptionalValue { property in Conformance.TestAllTypes
2195 if (!object.Equals(OptionalValue, other.OptionalValue)) return false; in Equals()
2310 if (optionalValue_ != null) hash ^= OptionalValue.GetHashCode(); in GetHashCode()
2542 output.WriteMessage(OptionalValue); in WriteTo()
2773 size += 2 + pb::CodedOutputStream.ComputeMessageSize(OptionalValue); in CalculateSize()
3028 OptionalValue.MergeFrom(other.OptionalValue); in MergeFrom()