Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs209 … SourceContextField = other.sourceContextField_ != null ? other.SourceContextField.Clone() : null; in TestWellKnownTypes()
287 private global::Google.Protobuf.WellKnownTypes.SourceContext sourceContextField_; field in Google.Protobuf.TestProtos.TestWellKnownTypes
290 get { return sourceContextField_; }
292 sourceContextField_ = value;
494 if (sourceContextField_ != null) hash ^= SourceContextField.GetHashCode(); in GetHashCode()
538 if (sourceContextField_ != null) { in WriteTo()
605 if (sourceContextField_ != null) { in CalculateSize()
685 if (other.sourceContextField_ != null) { in MergeFrom()
686 if (sourceContextField_ == null) { in MergeFrom()
687 sourceContextField_ = new global::Google.Protobuf.WellKnownTypes.SourceContext(); in MergeFrom()
[all …]