Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs3646 Corecursive = other.corecursive_ != null ? other.Corecursive.Clone() : null; in NestedMessage()
3667 private global::Conformance.TestAllTypes corecursive_; field in Conformance.TestAllTypes.Types.NestedMessage
3670 get { return corecursive_; }
3672 corecursive_ = value;
3698 if (corecursive_ != null) hash ^= Corecursive.GetHashCode(); in GetHashCode()
3713 if (corecursive_ != null) { in WriteTo()
3725 if (corecursive_ != null) { in CalculateSize()
3739 if (other.corecursive_ != null) { in MergeFrom()
3740 if (corecursive_ == null) { in MergeFrom()
3741 corecursive_ = new global::Conformance.TestAllTypes(); in MergeFrom()
[all …]