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()