Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs210 StructField = other.structField_ != null ? other.StructField.Clone() : null; in TestWellKnownTypes()
298 private global::Google.Protobuf.WellKnownTypes.Struct structField_; field in Google.Protobuf.TestProtos.TestWellKnownTypes
301 get { return structField_; }
303 structField_ = value;
495 if (structField_ != null) hash ^= StructField.GetHashCode(); in GetHashCode()
542 if (structField_ != null) { in WriteTo()
608 if (structField_ != null) { in CalculateSize()
691 if (other.structField_ != null) { in MergeFrom()
692 if (structField_ == null) { in MergeFrom()
693 structField_ = new global::Google.Protobuf.WellKnownTypes.Struct(); in MergeFrom()
[all …]