internal/abi.FuncType.InSlice (method)
12 uses
internal/abi (current package)
type.go#L528: return t.InSlice()[i]
type.go#L543: func (t *FuncType) InSlice() []*Type {
internal/reflectlite
type.go#L322: return toType(tt.InSlice()[i])
reflect
abi.go#L419: for i, arg := range t.InSlice() {
type.go#L633: for _, arg := range ft.InSlice() {
type.go#L805: return toType(tt.InSlice()[i])
type.go#L2006: for i, t := range ft.InSlice() {
value.go#L712: for i, typ := range ftyp.InSlice() {
value.go#L992: for i, t := range valueFuncType.InSlice() {
runtime
mfinal.go#L478: fint := ft.InSlice()[0]
type.go#L399: tin, vin := ft.InSlice(), fv.InSlice()
![]() |
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. |