internal/abi.FuncType.InCount (field)
23 uses
internal/abi (current package)
type.go#L503: InCount uint16
type.go#L512: return int(t.InCount)
type.go#L528: if t.InCount == 0 {
type.go#L531: return (*[1 << 16]*Type)(addChecked(unsafe.Pointer(t), uadd, "t.inCount > 0"))[:t.InCount:t.InCount]
type.go#L542: return (*[1 << 17]*Type)(addChecked(unsafe.Pointer(t), uadd, "outCount > 0"))[t.InCount : t.InCount+outCount : t.InCount+outCount]
internal/reflectlite
type.go#L354: return int(tt.InCount)
type.go#L568: if t.OutCount != v.OutCount || t.InCount != v.InCount {
reflect
type.go#L889: if f.InCount != 1 || f.OutCount != 0 {
type.go#L897: return yield.InCount == 1 && yield.OutCount == 1 && yield.Out(0).Kind() == abi.Bool
type.go#L917: if f.InCount != 1 || f.OutCount != 0 {
type.go#L925: return yield.InCount == 2 && yield.OutCount == 1 && yield.Out(0).Kind() == abi.Bool
type.go#L1575: if t.OutCount != v.OutCount || t.InCount != v.InCount {
type.go#L1883: ft.InCount = uint16(len(in))
type.go#L1943: if ft.IsVariadic() && i == int(ft.InCount)-1 {
value.go#L711: in := make([]Value, 0, int(ftyp.InCount))
runtime
mfinal.go#L497: if ft.InCount != 1 {
type.go#L557: if ft.OutCount != fv.OutCount || ft.InCount != fv.InCount {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)