internal/abi.FuncType.In (method)
11 uses
internal/abi (current package)
type.go#L507: func (t *FuncType) In(i int) *Type {
internal/reflectlite
type.go#L572: if !haveIdenticalType(t.In(i), v.In(i), cmpTags) {
reflect
type.go#L892: y := f.In(0)
type.go#L920: y := f.In(0)
type.go#L1579: if !haveIdenticalType(t.In(i), v.In(i), cmpTags) {
value.go#L439: if xt, targ := in[i].Type(), t.In(i); !xt.AssignableTo(toRType(targ)) {
value.go#L446: slice := MakeSlice(toRType(t.In(n)), m, m)
value.go#L447: elem := toRType(t.In(n)).Elem() // FIXME cast to slice type and Elem()
value.go#L518: targ := toRType(t.In(i))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)