internal/reflectlite.Type.Name (method)

3 uses

	internal/reflectlite (current package)
		type.go#L30: 	Name() string
		type.go#L848: 	if T.Name() != V.Name() || T.Kind() != V.Kind() {