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

10 uses

	github.com/google/go-cmp/cmp (current package)
		report_compare.go#L32: 	elideType
		report_compare.go#L138: 			outx := opts.WithTypeMode(elideType).FormatValue(v.ValueX, parentKind, ptrs)
		report_compare.go#L139: 			outy := opts.WithTypeMode(elideType).FormatValue(v.ValueY, parentKind, ptrs)
		report_compare.go#L141: 				opts2 := verbosityPreset(opts, i).WithTypeMode(elideType)
		report_compare.go#L214: 		opts = opts.WithTypeMode(elideType)
		report_compare.go#L218: 		opts = opts.WithTypeMode(elideType)
		report_reflect.go#L59: 	case elideType:
		report_reflect.go#L230: 			s := opts.WithTypeMode(elideType).FormatValue(v.Index(i), t.Kind(), ptrs)
		report_reflect.go#L264: 			sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), t.Kind(), ptrs)
		report_reflect.go#L350: 	opts.TypeMode = elideType