func github.com/google/go-cmp/cmp.formatHex

7 uses

	github.com/google/go-cmp/cmp (current package)
		report_references.go#L28: 		return pointerDelimPrefix + formatHex(uint64(v)) + pointerDelimSuffix
		report_references.go#L30: 	return formatHex(uint64(v))
		report_reflect.go#L164: 			return textLine(formatHex(v.Uint()))
		report_reflect.go#L168: 		return textLine(formatHex(v.Uint()))
		report_reflect.go#L379: func formatHex(u uint64) string {
		report_slices.go#L234: 					ss = append(ss, formatHex(v.Index(i).Uint()))
		report_slices.go#L272: 						ss = append(ss, formatHex(v.Index(i).Uint()))