Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs202 ApiField = other.apiField_ != null ? other.ApiField.Clone() : null; in TestWellKnownTypes()
238 private global::Google.Protobuf.WellKnownTypes.Api apiField_; field in Google.Protobuf.TestProtos.TestWellKnownTypes
240 get { return apiField_; }
242 apiField_ = value;
464 if (apiField_ != null) hash ^= ApiField.GetHashCode(); in GetHashCode()
494 if (apiField_ != null) { in WriteTo()
564 if (apiField_ != null) { in CalculateSize()
631 if (other.apiField_ != null) { in MergeFrom()
632 if (apiField_ == null) { in MergeFrom()
633 apiField_ = new global::Google.Protobuf.WellKnownTypes.Api(); in MergeFrom()
[all …]