internal/abi.EmptyInterface.Data (field)
9 uses
	internal/abi (current package)
		iface.go#L26: 	Data unsafe.Pointer
	internal/reflectlite
		value.go#L130: 		e.Data = ptr
		value.go#L134: 		e.Data = *(*unsafe.Pointer)(v.ptr)
		value.go#L137: 		e.Data = v.ptr
		value.go#L159: 	return Value{t, e.Data, f}
	reflect
		value.go#L139: 		e.Data = ptr
		value.go#L143: 		e.Data = *(*unsafe.Pointer)(v.ptr)
		value.go#L146: 		e.Data = v.ptr
		value.go#L168: 	return Value{t, e.Data, f}
|  | 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. |