Lines Matching defs:other
97 /// this type. Testees of other languages can simply skip it.
138 public FailureSet(FailureSet other) : this() {
139 failure_ = other.failure_.Clone();
140 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
159 public override bool Equals(object other) {
160 return Equals(other as FailureSet);
164 public bool Equals(FailureSet other) {
165 if (ReferenceEquals(other, null)) {
168 if (ReferenceEquals(other, this)) {
171 if(!failure_.Equals(other.failure_)) return false;
172 return Equals(_unknownFields, other._unknownFields);
223 public void MergeFrom(FailureSet other) {
224 if (other == null) {
227 failure_.Add(other.failure_);
228 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
306 public ConformanceRequest(ConformanceRequest other) : this() {
307 requestedOutputFormat_ = other.requestedOutputFormat_;
308 messageType_ = other.messageType_;
309 testCategory_ = other.testCategory_;
310 jspbEncodingOptions_ = other.jspbEncodingOptions_ != null ? other.jspbEncodingOptions_.Clone() : null;
311 printUnknownFields_ = other.printUnknownFields_;
312 switch (other.PayloadCase) {
314 ProtobufPayload = other.ProtobufPayload;
317 JsonPayload = other.JsonPayload;
320 JspbPayload = other.JspbPayload;
323 TextPayload = other.TextPayload;
327 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
479 public override bool Equals(object other) {
480 return Equals(other as ConformanceRequest);
484 public bool Equals(ConformanceRequest other) {
485 if (ReferenceEquals(other, null)) {
488 if (ReferenceEquals(other, this)) {
491 if (ProtobufPayload != other.ProtobufPayload) return false;
492 if (JsonPayload != other.JsonPayload) return false;
493 if (JspbPayload != other.JspbPayload) return false;
494 if (TextPayload != other.TextPayload) return false;
495 if (RequestedOutputFormat != other.RequestedOutputFormat) return false;
496 if (MessageType != other.MessageType) return false;
497 if (TestCategory != other.TestCategory) return false;
498 if (!object.Equals(JspbEncodingOptions, other.JspbEncodingOptions)) return false;
499 if (PrintUnknownFields != other.PrintUnknownFields) return false;
500 if (PayloadCase != other.PayloadCase) return false;
501 return Equals(_unknownFields, other._unknownFields);
657 public void MergeFrom(ConformanceRequest other) {
658 if (other == null) {
661 if (other.RequestedOutputFormat != global::Conformance.WireFormat.Unspecified) {
662 RequestedOutputFormat = other.RequestedOutputFormat;
664 if (other.MessageType.Length != 0) {
665 MessageType = other.MessageType;
667 if (other.TestCategory != global::Conformance.TestCategory.UnspecifiedTest) {
668 TestCategory = other.TestCategory;
670 if (other.jspbEncodingOptions_ != null) {
674 JspbEncodingOptions.MergeFrom(other.JspbEncodingOptions);
676 if (other.PrintUnknownFields != false) {
677 PrintUnknownFields = other.PrintUnknownFields;
679 switch (other.PayloadCase) {
681 ProtobufPayload = other.ProtobufPayload;
684 JsonPayload = other.JsonPayload;
687 JspbPayload = other.JspbPayload;
690 TextPayload = other.TextPayload;
694 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
838 public ConformanceResponse(ConformanceResponse other) : this() {
839 switch (other.ResultCase) {
841 ParseError = other.ParseError;
844 SerializeError = other.SerializeError;
847 RuntimeError = other.RuntimeError;
850 ProtobufPayload = other.ProtobufPayload;
853 JsonPayload = other.JsonPayload;
856 Skipped = other.Skipped;
859 JspbPayload = other.JspbPayload;
862 TextPayload = other.TextPayload;
866 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
911 /// This should be set if some other error occurred. This will always
1026 public override bool Equals(object other) {
1027 return Equals(other as ConformanceResponse);
1031 public bool Equals(ConformanceResponse other) {
1032 if (ReferenceEquals(other, null)) {
1035 if (ReferenceEquals(other, this)) {
1038 if (ParseError != other.ParseError) return false;
1039 if (SerializeError != other.SerializeError) return false;
1040 if (RuntimeError != other.RuntimeError) return false;
1041 if (ProtobufPayload != other.ProtobufPayload) return false;
1042 if (JsonPayload != other.JsonPayload) return false;
1043 if (Skipped != other.Skipped) return false;
1044 if (JspbPayload != other.JspbPayload) return false;
1045 if (TextPayload != other.TextPayload) return false;
1046 if (ResultCase != other.ResultCase) return false;
1047 return Equals(_unknownFields, other._unknownFields);
1191 public void MergeFrom(ConformanceResponse other) {
1192 if (other == null) {
1195 switch (other.ResultCase) {
1197 ParseError = other.ParseError;
1200 SerializeError = other.SerializeError;
1203 RuntimeError = other.RuntimeError;
1206 ProtobufPayload = other.ProtobufPayload;
1209 JsonPayload = other.JsonPayload;
1212 Skipped = other.Skipped;
1215 JspbPayload = other.JspbPayload;
1218 TextPayload = other.TextPayload;
1222 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
1352 public JspbEncodingConfig(JspbEncodingConfig other) : this() {
1353 useJspbArrayAnyFormat_ = other.useJspbArrayAnyFormat_;
1354 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
1377 public override bool Equals(object other) {
1378 return Equals(other as JspbEncodingConfig);
1382 public bool Equals(JspbEncodingConfig other) {
1383 if (ReferenceEquals(other, null)) {
1386 if (ReferenceEquals(other, this)) {
1389 if (UseJspbArrayAnyFormat != other.UseJspbArrayAnyFormat) return false;
1390 return Equals(_unknownFields, other._unknownFields);
1449 public void MergeFrom(JspbEncodingConfig other) {
1450 if (other == null) {
1453 if (other.UseJspbArrayAnyFormat != false) {
1454 UseJspbArrayAnyFormat = other.UseJspbArrayAnyFormat;
1456 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);