const internal/abi.Slice
15 uses
	internal/abi (current package)
		type.go#L67: 	Slice
		type.go#L163: 	Slice:         "slice",
		type.go#L333: 	case Slice:
		type.go#L387: 	case Slice:
	internal/reflectlite
		type.go#L85: 	Slice     = abi.Slice
		type.go#L596: 	case Ptr, abi.Slice:
		value.go#L302: 	case abi.Interface, abi.Slice:
		value.go#L345: 	case abi.Slice:
	reflect
		value.go#L3566: 		if dst.Kind() == abi.Slice && pkgPathFor(dst.Elem()) == "" {
	runtime
		arena.go#L151: 	case abi.Slice:
		arena.go#L171: 	case abi.Slice:
		arena.go#L300: 	if typ.Kind_&abi.KindMask != abi.Slice {
		cgocall.go#L552: 		case abi.Slice:
		cgocall.go#L633: 	case abi.Slice:
		type.go#L449: 	case abi.Slice:
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |