Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1712 private pb::ByteString optionalBytesWrapper_; field in Conformance.TestAllTypes
1715 get { return optionalBytesWrapper_; }
1717 optionalBytesWrapper_ = value;
2295 if (optionalBytesWrapper_ != null) hash ^= OptionalBytesWrapper.GetHashCode(); in GetHashCode()
2508 if (optionalBytesWrapper_ != null) { in WriteTo()
2745 if (optionalBytesWrapper_ != null) { in CalculateSize()
2980 if (other.optionalBytesWrapper_ != null) { in MergeFrom()
2981 if (optionalBytesWrapper_ == null || other.OptionalBytesWrapper != pb::ByteString.Empty) { in MergeFrom()
3448 if (optionalBytesWrapper_ == null || value != pb::ByteString.Empty) { in MergeFrom()