internal/abi.FuncType.OutSlice (method)
11 uses
internal/abi (current package)
type.go#L513: return (t.OutSlice()[i])
type.go#L526: func (t *FuncType) OutSlice() []*Type {
internal/reflectlite
type.go#L380: return toType(tt.OutSlice()[i])
reflect
abi.go#L452: for i, res := range t.OutSlice() {
type.go#L605: for _, ret := range ft.OutSlice() {
type.go#L797: return toType(tt.OutSlice()[i])
type.go#L1857: out := ft.OutSlice()
value.go#L790: for i, typ := range ftyp.OutSlice() {
runtime
mfinal.go#L475: for _, t := range ft.OutSlice() {
type.go#L387: tout, vout := ft.OutSlice(), fv.OutSlice()
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. |