reflect.funcType.outCount (field)
7 uses
reflect (current package)
type.go#L379: outCount uint16 // top bit is set if last input parameter is ...
type.go#L894: return tt.outCount&(1<<15) != 0
type.go#L1022: outCount := t.outCount & (1<<15 - 1)
type.go#L1624: if t.outCount != v.outCount || t.inCount != v.inCount {
type.go#L2007: ft.outCount = uint16(len(out))
type.go#L2009: ft.outCount |= 1 << 15
![]() |
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. |