Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs2973 MessageField = other.messageField_ != null ? other.MessageField.Clone() : null; in TestCamelCaseFieldNames()
3020 private global::Google.Protobuf.TestProtos.ForeignMessage messageField_; field in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
3023 get { return messageField_; }
3025 messageField_ = value;
3099 if (messageField_ != null) hash ^= MessageField.GetHashCode(); in GetHashCode()
3126 if (messageField_ != null) { in WriteTo()
3148 if (messageField_ != null) { in CalculateSize()
3172 if (other.messageField_ != null) { in MergeFrom()
3173 if (messageField_ == null) { in MergeFrom()
3174 messageField_ = new global::Google.Protobuf.TestProtos.ForeignMessage(); in MergeFrom()
[all …]