type github.com/google/go-cmp/cmp.diffStats

25 uses

	github.com/google/go-cmp/cmp (current package)
		report_compare.go#L262: 					list.AppendEllipsis(diffStats{})
		report_compare.go#L271: 			list.AppendEllipsis(diffStats{})
		report_compare.go#L284: 	maxGroup := diffStats{Name: name}
		report_compare.go#L408: func coalesceAdjacentRecords(name string, recs []reportRecord) (groups []diffStats) {
		report_compare.go#L410: 	lastStats := func(i int) *diffStats {
		report_compare.go#L412: 			groups = append(groups, diffStats{Name: name})
		report_reflect.go#L191: 				list.AppendEllipsis(diffStats{})
		report_reflect.go#L227: 				list.AppendEllipsis(diffStats{})
		report_reflect.go#L260: 				list.AppendEllipsis(diffStats{})
		report_slices.go#L350: 	maxGroup := diffStats{Name: name}
		report_slices.go#L402: func coalesceAdjacentEdits(name string, es diff.EditScript) (groups []diffStats) {
		report_slices.go#L404: 	lastStats := func(i int) *diffStats {
		report_slices.go#L406: 			groups = append(groups, diffStats{Name: name})
		report_slices.go#L430: func coalesceInterveningIdentical(groups []diffStats, windowSize int) []diffStats {
		report_text.go#L153: func (s *textList) AppendEllipsis(ds diffStats) {
		report_text.go#L164: 		(*s)[len(*s)-1].Comment = (*s)[len(*s)-1].Comment.(diffStats).Append(ds)
		report_text.go#L365: type diffStats struct {
		report_text.go#L374: func (s diffStats) IsZero() bool {
		report_text.go#L376: 	return s == diffStats{}
		report_text.go#L379: func (s diffStats) NumDiff() int {
		report_text.go#L383: func (s diffStats) Append(ds diffStats) diffStats {
		report_text.go#L397: func (s diffStats) String() string {