internal/abi.ArrayType.Len (field)
24 uses
internal/abi (current package)
type.go#L279: Len uintptr
type.go#L285: return int((*ArrayType)(unsafe.Pointer(t)).Len)
internal/reflectlite
type.go#L338: return int(tt.Len)
value.go#L340: return int(tt.Len)
reflect
abi.go#L225: switch tt.Len {
type.go#L777: return int(tt.Len)
type.go#L2632: array.Len = uintptr(length)
type.go#L2652: emitGCMask(mask, 0, typ, array.Len)
type.go#L2840: for i := 0; i < int(tt.Len); i++ {
value.go#L322: n := int((*arrayType)(unsafe.Pointer(v.typ())).Len)
value.go#L1398: if uint(i) >= uint(tt.Len) {
value.go#L1604: n := int(typ.Len)
value.go#L1768: return int(tt.Len)
value.go#L2238: cap = int(tt.Len)
value.go#L2300: cap = int(tt.Len)
runtime
alg.go#L232: for i := uintptr(0); i < a.Len; i++ {
alg.go#L297: for i := uintptr(0); i < a.Len; i++ {
cgocall.go#L614: if at.Len != 1 {
cgocall.go#L620: for i := uintptr(0); i < at.Len; i++ {
type.go#L217: if a.Len == 1 {
type.go#L224: for i := uintptr(0); i < a.Len; i++ {
type.go#L549: return typesEqual(at.Elem, av.Elem, seen) && at.Len == av.Len
unique
clone.go#L76: for range atyp.Len {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)