internal/abi.FuncType.InSlice (method)
12 uses
internal/abi (current package)
type.go#L501: return t.InSlice()[i]
type.go#L516: func (t *FuncType) InSlice() []*Type {
internal/reflectlite
type.go#L332: return toType(tt.InSlice()[i])
reflect
abi.go#L419: for i, arg := range t.InSlice() {
type.go#L601: for _, arg := range ft.InSlice() {
type.go#L773: return toType(tt.InSlice()[i])
type.go#L1845: for i, t := range ft.InSlice() {
value.go#L724: for i, typ := range ftyp.InSlice() {
value.go#L1004: for i, t := range valueFuncType.InSlice() {
runtime
mfinal.go#L450: fint := ft.InSlice()[0]
type.go#L381: tin, vin := ft.InSlice(), fv.InSlice()
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |