internal/abi.FuncType.InSlice (method)
12 uses
internal/abi (current package)
type.go#L502: return t.InSlice()[i]
type.go#L517: 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#L661: for _, arg := range ft.InSlice() {
type.go#L825: return toType(tt.InSlice()[i])
type.go#L2028: for i, t := range ft.InSlice() {
value.go#L714: for i, typ := range ftyp.InSlice() {
value.go#L994: for i, t := range valueFuncType.InSlice() {
runtime
mfinal.go#L503: fint := ft.InSlice()[0]
type.go#L564: tin, vin := ft.InSlice(), fv.InSlice()
![]() |
The pages are generated with Golds v0.8.4. (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. |