reflect.StringHeader.Len (field)

5 uses

	reflect (current package)
		value.go#L2592: 	Len  int

	github.com/valyala/fastjson
		util.go#L16: 	sh.Len = strh.Len
		util.go#L17: 	sh.Cap = strh.Len

	golang.org/x/tools/internal/event/label
		label.go#L108: 		packed:  uint64(hdr.Len),
		label.go#L121: 	hdr.Len = int(t.packed)