Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs206 … SourceContextField = other.sourceContextField_ != null ? other.SourceContextField.Clone() : null; in TestWellKnownTypes()
278 private global::Google.Protobuf.WellKnownTypes.SourceContext sourceContextField_; field in Google.Protobuf.TestProtos.TestWellKnownTypes
280 get { return sourceContextField_; }
282 sourceContextField_ = value;
468 if (sourceContextField_ != null) hash ^= SourceContextField.GetHashCode(); in GetHashCode()
510 if (sourceContextField_ != null) { in WriteTo()
576 if (sourceContextField_ != null) { in CalculateSize()
655 if (other.sourceContextField_ != null) { in MergeFrom()
656 if (sourceContextField_ == null) { in MergeFrom()
657 sourceContextField_ = new global::Google.Protobuf.WellKnownTypes.SourceContext(); in MergeFrom()
[all …]