type runtime.functype
10 uses
runtime (current package)
mfinal.go#L377: ft := (*functype)(unsafe.Pointer(ftyp))
type.go#L77: functype
type.go#L319: func (t *functype) in() []*_type {
type.go#L321: uadd := uintptr(unsafe.Sizeof(functype{}))
type.go#L328: func (t *functype) out() []*_type {
type.go#L330: uadd := uintptr(unsafe.Sizeof(functype{}))
type.go#L338: func (t *functype) dotdotdot() bool {
type.go#L421: type functype struct {
type.go#L643: ft := (*functype)(unsafe.Pointer(t))
type.go#L644: fv := (*functype)(unsafe.Pointer(v))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |