internal/abi.FuncType.OutSlice (method)

11 uses

	internal/abi (current package)
		type.go#L520: 	return (t.OutSlice()[i])
		type.go#L533: 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#L633: 	for _, ret := range ft.OutSlice() {
		type.go#L817: 	return toType(tt.OutSlice()[i])
		type.go#L1951: 	out := ft.OutSlice()
		value.go#L778: 		for i, typ := range ftyp.OutSlice() {

	runtime
		mfinal.go#L525: 	for _, t := range ft.OutSlice() {
		type.go#L566: 		tout, vout := ft.OutSlice(), fv.OutSlice()