• Home
  • Raw
  • Download

Lines Matching refs:GetHashCode

176     public override int GetHashCode() {  in GetHashCode()  method in Conformance.FailureSet
178 hash ^= failure_.GetHashCode(); in GetHashCode()
180 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
505 public override int GetHashCode() { in GetHashCode() method in Conformance.ConformanceRequest
507 if (payloadCase_ == PayloadOneofCase.ProtobufPayload) hash ^= ProtobufPayload.GetHashCode(); in GetHashCode()
508 if (payloadCase_ == PayloadOneofCase.JsonPayload) hash ^= JsonPayload.GetHashCode(); in GetHashCode()
509 if (payloadCase_ == PayloadOneofCase.JspbPayload) hash ^= JspbPayload.GetHashCode(); in GetHashCode()
510 if (payloadCase_ == PayloadOneofCase.TextPayload) hash ^= TextPayload.GetHashCode(); in GetHashCode()
511 …tFormat != global::Conformance.WireFormat.Unspecified) hash ^= RequestedOutputFormat.GetHashCode(); in GetHashCode()
512 if (MessageType.Length != 0) hash ^= MessageType.GetHashCode(); in GetHashCode()
513 …stCategory != global::Conformance.TestCategory.UnspecifiedTest) hash ^= TestCategory.GetHashCode(); in GetHashCode()
514 if (jspbEncodingOptions_ != null) hash ^= JspbEncodingOptions.GetHashCode(); in GetHashCode()
515 if (PrintUnknownFields != false) hash ^= PrintUnknownFields.GetHashCode(); in GetHashCode()
518 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1051 public override int GetHashCode() { in GetHashCode() method in Conformance.ConformanceResponse
1053 if (resultCase_ == ResultOneofCase.ParseError) hash ^= ParseError.GetHashCode(); in GetHashCode()
1054 if (resultCase_ == ResultOneofCase.SerializeError) hash ^= SerializeError.GetHashCode(); in GetHashCode()
1055 if (resultCase_ == ResultOneofCase.RuntimeError) hash ^= RuntimeError.GetHashCode(); in GetHashCode()
1056 if (resultCase_ == ResultOneofCase.ProtobufPayload) hash ^= ProtobufPayload.GetHashCode(); in GetHashCode()
1057 if (resultCase_ == ResultOneofCase.JsonPayload) hash ^= JsonPayload.GetHashCode(); in GetHashCode()
1058 if (resultCase_ == ResultOneofCase.Skipped) hash ^= Skipped.GetHashCode(); in GetHashCode()
1059 if (resultCase_ == ResultOneofCase.JspbPayload) hash ^= JspbPayload.GetHashCode(); in GetHashCode()
1060 if (resultCase_ == ResultOneofCase.TextPayload) hash ^= TextPayload.GetHashCode(); in GetHashCode()
1063 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1394 public override int GetHashCode() { in GetHashCode() method in Conformance.JspbEncodingConfig
1396 if (UseJspbArrayAnyFormat != false) hash ^= UseJspbArrayAnyFormat.GetHashCode(); in GetHashCode()
1398 hash ^= _unknownFields.GetHashCode(); in GetHashCode()