internal/abi.FuncType.OutSlice (method)
11 uses
internal/abi (current package)
type.go#L540: return (t.OutSlice()[i])
type.go#L553: 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#L637: for _, ret := range ft.OutSlice() {
type.go#L829: return toType(tt.OutSlice()[i])
type.go#L2018: out := ft.OutSlice()
value.go#L778: for i, typ := range ftyp.OutSlice() {
runtime
mfinal.go#L503: for _, t := range ft.OutSlice() {
type.go#L405: tout, vout := ft.OutSlice(), fv.OutSlice()
![]() |
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. |