const github.com/google/go-cmp/cmp/internal/diff.Identity

11 uses

	github.com/google/go-cmp/cmp/internal/diff (current package)
		diff.go#L27: 	Identity EditType = iota
		diff.go#L46: 		case Identity:
		diff.go#L65: 		case Identity:
		diff.go#L247: 				fwdPath.append(Identity)
		diff.go#L253: 					fwdPath.append(Identity)
		diff.go#L289: 				revPath.append(Identity)
		diff.go#L295: 					revPath.append(Identity)
		diff.go#L339: 				p.append(Identity)
		diff.go#L359: 				p.append(Identity)
		diff.go#L380: 	case Identity, Modified:

	github.com/google/go-cmp/cmp
		report_slices.go#L464: 		case diff.Identity: