func github.com/google/go-cmp/cmp/internal/value.TypeString

4 uses

	github.com/google/go-cmp/cmp/internal/value (current package)
		name.go#L16: func TypeString(t reflect.Type, qualified bool) string {

	github.com/google/go-cmp/cmp
		path.go#L164: 	s := value.TypeString(ps.typ, false)
		path.go#L287: func (ta TypeAssertion) String() string                 { return fmt.Sprintf(".(%v)", value.TypeString(ta.typ, false)) }
		report_reflect.go#L71: 	typeName := value.TypeString(t, opts.QualifiedNames)