internal/abi.FuncType.OutCount (field)
15 uses
internal/abi (current package)
type.go#L500: OutCount uint16 // top bit is set if last input parameter is ...
type.go#L512: return int(t.OutCount & (1<<15 - 1))
type.go#L542: return t.OutCount&(1<<15) != 0
internal/reflectlite
type.go#L568: if t.OutCount != v.OutCount || t.InCount != v.InCount {
reflect
type.go#L898: if f.InCount != 1 || f.OutCount != 0 {
type.go#L906: return yield.InCount == 1 && yield.OutCount == 1 && yield.Out(0).Kind() == abi.Bool
type.go#L926: if f.InCount != 1 || f.OutCount != 0 {
type.go#L934: return yield.InCount == 2 && yield.OutCount == 1 && yield.Out(0).Kind() == abi.Bool
type.go#L1591: if t.OutCount != v.OutCount || t.InCount != v.InCount {
type.go#L1900: ft.OutCount = uint16(len(out))
type.go#L1902: ft.OutCount |= 1 << 15
runtime
type.go#L562: if ft.OutCount != fv.OutCount || ft.InCount != fv.InCount {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)