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

8 uses

	github.com/google/go-cmp/cmp (current package)
		report_compare.go#L30: 	emitType typeMode = iota
		report_compare.go#L151: 			return opts.WithTypeMode(emitType).FormatType(v.Type, list)
		report_compare.go#L170: 		out := opts.WithTypeMode(emitType).FormatDiff(v.Value, ptrs)
		report_compare.go#L195: 			out = opts.WithTypeMode(emitType).FormatDiff(v.Value, ptrs)
		report_reflect.go#L213: 				return opts.WithTypeMode(emitType).FormatType(t, out)
		report_reflect.go#L296: 		return opts.WithTypeMode(emitType).FormatValue(v.Elem(), t.Kind(), ptrs)
		report_slices.go#L206: 				opts = opts.WithTypeMode(emitType)
		report_slices.go#L289: 			opts = opts.WithTypeMode(emitType)