internal/abi.FuncType.OutSlice (method)
11 uses
internal/abi (current package)
type.go#L514: return (t.OutSlice()[i])
type.go#L527: func (t *FuncType) OutSlice() []*Type {
internal/reflectlite
type.go#L370: return toType(tt.OutSlice()[i])
reflect
abi.go#L452: for i, res := range t.OutSlice() {
type.go#L665: for _, ret := range ft.OutSlice() {
type.go#L849: return toType(tt.OutSlice()[i])
type.go#L2040: out := ft.OutSlice()
value.go#L780: for i, typ := range ftyp.OutSlice() {
runtime
mfinal.go#L528: for _, t := range ft.OutSlice() {
type.go#L570: tout, vout := ft.OutSlice(), fv.OutSlice()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)