Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs209 TypeField = other.typeField_ != null ? other.TypeField.Clone() : null; in TestWellKnownTypes()
308 private global::Google.Protobuf.WellKnownTypes.Type typeField_; field in Google.Protobuf.TestProtos.TestWellKnownTypes
310 get { return typeField_; }
312 typeField_ = value;
471 if (typeField_ != null) hash ^= TypeField.GetHashCode(); in GetHashCode()
522 if (typeField_ != null) { in WriteTo()
585 if (typeField_ != null) { in CalculateSize()
673 if (other.typeField_ != null) { in MergeFrom()
674 if (typeField_ == null) { in MergeFrom()
675 typeField_ = new global::Google.Protobuf.WellKnownTypes.Type(); in MergeFrom()
[all …]