Lines Matching refs:GetHashCode
172 public override int GetHashCode() { in GetHashCode() method in Conformance.FailureSet
174 hash ^= failure_.GetHashCode(); in GetHashCode()
176 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
461 public override int GetHashCode() { in GetHashCode() method in Conformance.ConformanceRequest
463 if (payloadCase_ == PayloadOneofCase.ProtobufPayload) hash ^= ProtobufPayload.GetHashCode(); in GetHashCode()
464 if (payloadCase_ == PayloadOneofCase.JsonPayload) hash ^= JsonPayload.GetHashCode(); in GetHashCode()
465 if (payloadCase_ == PayloadOneofCase.JspbPayload) hash ^= JspbPayload.GetHashCode(); in GetHashCode()
466 if (payloadCase_ == PayloadOneofCase.TextPayload) hash ^= TextPayload.GetHashCode(); in GetHashCode()
467 …tFormat != global::Conformance.WireFormat.Unspecified) hash ^= RequestedOutputFormat.GetHashCode(); in GetHashCode()
468 if (MessageType.Length != 0) hash ^= MessageType.GetHashCode(); in GetHashCode()
469 …stCategory != global::Conformance.TestCategory.UnspecifiedTest) hash ^= TestCategory.GetHashCode(); in GetHashCode()
470 if (jspbEncodingOptions_ != null) hash ^= JspbEncodingOptions.GetHashCode(); in GetHashCode()
471 if (PrintUnknownFields != false) hash ^= PrintUnknownFields.GetHashCode(); in GetHashCode()
474 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
897 public override int GetHashCode() { in GetHashCode() method in Conformance.ConformanceResponse
899 if (resultCase_ == ResultOneofCase.ParseError) hash ^= ParseError.GetHashCode(); in GetHashCode()
900 if (resultCase_ == ResultOneofCase.SerializeError) hash ^= SerializeError.GetHashCode(); in GetHashCode()
901 if (resultCase_ == ResultOneofCase.RuntimeError) hash ^= RuntimeError.GetHashCode(); in GetHashCode()
902 if (resultCase_ == ResultOneofCase.ProtobufPayload) hash ^= ProtobufPayload.GetHashCode(); in GetHashCode()
903 if (resultCase_ == ResultOneofCase.JsonPayload) hash ^= JsonPayload.GetHashCode(); in GetHashCode()
904 if (resultCase_ == ResultOneofCase.Skipped) hash ^= Skipped.GetHashCode(); in GetHashCode()
905 if (resultCase_ == ResultOneofCase.JspbPayload) hash ^= JspbPayload.GetHashCode(); in GetHashCode()
906 if (resultCase_ == ResultOneofCase.TextPayload) hash ^= TextPayload.GetHashCode(); in GetHashCode()
909 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1141 public override int GetHashCode() { in GetHashCode() method in Conformance.JspbEncodingConfig
1143 if (UseJspbArrayAnyFormat != false) hash ^= UseJspbArrayAnyFormat.GetHashCode(); in GetHashCode()
1145 hash ^= _unknownFields.GetHashCode(); in GetHashCode()