Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs207 StructField = other.structField_ != null ? other.StructField.Clone() : null; in TestWellKnownTypes()
288 private global::Google.Protobuf.WellKnownTypes.Struct structField_; field in Google.Protobuf.TestProtos.TestWellKnownTypes
290 get { return structField_; }
292 structField_ = value;
469 if (structField_ != null) hash ^= StructField.GetHashCode(); in GetHashCode()
514 if (structField_ != null) { in WriteTo()
579 if (structField_ != null) { in CalculateSize()
661 if (other.structField_ != null) { in MergeFrom()
662 if (structField_ == null) { in MergeFrom()
663 structField_ = new global::Google.Protobuf.WellKnownTypes.Struct(); in MergeFrom()
[all …]