const github.com/google/go-cmp/cmp.diffRemoved

15 uses

	github.com/google/go-cmp/cmp (current package)
		report_compare.go#L22: 	diffRemoved   diffMode = '-'
		report_compare.go#L152: 		case diffRemoved:
		report_compare.go#L234: 	case diffIdentical, diffRemoved, diffInserted:
		report_compare.go#L249: 				case diffRemoved:
		report_compare.go#L342: 				outx := opts.WithDiffMode(diffRemoved).FormatDiff(r.Value, ptrs)
		report_compare.go#L346: 					outx = opts2.WithDiffMode(diffRemoved).FormatDiff(r.Value, ptrs)
		report_compare.go#L350: 					list = append(list, textRecord{Diff: diffRemoved, Key: formatKey(r.Key), Value: outx})
		report_references.go#L46: 	case diffRemoved:
		report_slices.go#L173: 				case diffRemoved:
		report_slices.go#L186: 			if !(r.Diff == diffRemoved || r.Diff == diffInserted) { // start a new non-adjacent difference group
		report_slices.go#L386: 		nx := appendChunks(vx.Slice(0, ds.NumIdentical+ds.NumRemoved+ds.NumModified), diffRemoved)
		report_text.go#L35: 		case diffRemoved:
		report_text.go#L45: 		case diffRemoved:
		report_text.go#L209: 		if r.Diff == diffInserted || r.Diff == diffRemoved {
		report_text.go#L229: 	if (d == diffInserted || d == diffRemoved) && len(b[n0:]) > maxColumnLength {