type internal/abi.FuncType
19 uses
internal/abi (current package)
type.go#L302: FuncType
type.go#L392: func (t *Type) FuncType() *FuncType {
type.go#L396: return (*FuncType)(unsafe.Pointer(t))
type.go#L494: type FuncType struct {
type.go#L500: func (t *FuncType) In(i int) *Type {
type.go#L504: func (t *FuncType) NumIn() int {
type.go#L508: func (t *FuncType) NumOut() int {
type.go#L512: func (t *FuncType) Out(i int) *Type {
type.go#L516: func (t *FuncType) InSlice() []*Type {
type.go#L526: func (t *FuncType) OutSlice() []*Type {
type.go#L538: func (t *FuncType) IsVariadic() bool {
internal/reflectlite
type.go#L110: type funcType = abi.FuncType
reflect
type.go#L331: type funcType = abi.FuncType
type.go#L772: tt := (*abi.FuncType)(unsafe.Pointer(t))
type.go#L780: tt := (*abi.FuncType)(unsafe.Pointer(t))
type.go#L788: tt := (*abi.FuncType)(unsafe.Pointer(t))
type.go#L796: tt := (*abi.FuncType)(unsafe.Pointer(t))
type.go#L804: tt := (*abi.FuncType)(unsafe.Pointer(t))
runtime
type.go#L228: type functype = abi.FuncType
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |