Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs310jspbEncodingOptions_ = other.jspbEncodingOptions_ != null ? other.jspbEncodingOptions_.Clone() : n… in ConformanceRequest()
430 private global::Conformance.JspbEncodingConfig jspbEncodingOptions_; field in Conformance.ConformanceRequest
436 get { return jspbEncodingOptions_; }
438 jspbEncodingOptions_ = value;
514 if (jspbEncodingOptions_ != null) hash ^= JspbEncodingOptions.GetHashCode(); in GetHashCode()
553 if (jspbEncodingOptions_ != null) { in WriteTo()
598 if (jspbEncodingOptions_ != null) { in IBufferMessage.InternalWriteTo()
644 if (jspbEncodingOptions_ != null) { in CalculateSize()
670 if (other.jspbEncodingOptions_ != null) { in MergeFrom()
671 if (jspbEncodingOptions_ == null) { in MergeFrom()
[all …]