reflect.funcType.in (method)
9 uses
reflect (current package)
type.go#L817: in := make([]Type, 0, 1+len(ft.in()))
type.go#L819: for _, arg := range ft.in() {
type.go#L955: return toType(tt.in()[i])
type.go#L1006: func (t *funcType) in() []*rtype {
type.go#L2059: for i, t := range ft.in() {
type.go#L3028: for _, arg := range t.in() {
value.go#L544: for _, typ := range ftyp.in() {
value.go#L722: if len(t.in()) > 0 {
value.go#L723: argOffset = align(argOffset, uintptr(t.in()[0].align))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |