internal/abi.ArrayType.Len (field)
24 uses
internal/abi (current package)
type.go#L275: Len uintptr
type.go#L281: return int((*ArrayType)(unsafe.Pointer(t)).Len)
internal/reflectlite
type.go#L338: return int(tt.Len)
value.go#L342: return int(tt.Len)
internal/runtime/maps
map.go#L869: for i := uintptr(0); i < a.Len; i++ {
reflect
abi.go#L225: switch tt.Len {
type.go#L786: return int(tt.Len)
type.go#L2648: array.Len = uintptr(length)
type.go#L2668: emitGCMask(mask, 0, typ, array.Len)
type.go#L2856: for i := 0; i < int(tt.Len); i++ {
value.go#L319: n := int((*arrayType)(unsafe.Pointer(v.typ())).Len)
value.go#L1387: if uint(i) >= uint(tt.Len) {
value.go#L1668: n := int(typ.Len)
value.go#L1835: return int(tt.Len)
value.go#L2312: cap = int(tt.Len)
value.go#L2374: cap = int(tt.Len)
runtime
alg.go#L233: 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#L222: if a.Len == 1 {
type.go#L229: for i := uintptr(0); i < a.Len; i++ {
type.go#L554: 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)