runtime.stringStruct.len (field)
54 uses
runtime (current package)
alg.go#L54: return memhashFallback(x.str, h, uintptr(x.len))
debuglog.go#L300: l.w.uvarint(uint64(str.len))
debuglog.go#L307: bb.len, bb.cap = str.len, str.len
debuglog.go#L659: len: len,
heapdump.go#L160: dumpmemrange(sp.str, uintptr(sp.len))
heapdump.go#L204: dumpint(uint64(uintptr(pkgpath.len) + 1 + uintptr(name.len)))
heapdump.go#L205: dwrite(pkgpath.str, uintptr(pkgpath.len))
heapdump.go#L207: dwrite(name.str, uintptr(name.len))
map_faststr.go#L27: if key.len < 32 {
map_faststr.go#L31: if k.len != key.len || isEmpty(b.tophash[i]) {
map_faststr.go#L37: if k.str == key.str || memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L47: if k.len != key.len || isEmpty(b.tophash[i]) {
map_faststr.go#L61: if *((*[4]byte)(add(key.str, uintptr(key.len)-4))) != *((*[4]byte)(add(k.str, uintptr(key.len)-4))) {
map_faststr.go#L72: if memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L96: if k.len != key.len || b.tophash[i] != top {
map_faststr.go#L99: if k.str == key.str || memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L122: if key.len < 32 {
map_faststr.go#L126: if k.len != key.len || isEmpty(b.tophash[i]) {
map_faststr.go#L132: if k.str == key.str || memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L142: if k.len != key.len || isEmpty(b.tophash[i]) {
map_faststr.go#L156: if *((*[4]byte)(add(key.str, uintptr(key.len)-4))) != *((*[4]byte)(add(k.str, uintptr(key.len)-4))) {
map_faststr.go#L167: if memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L191: if k.len != key.len || b.tophash[i] != top {
map_faststr.go#L194: if k.str == key.str || memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L249: if k.len != key.len {
map_faststr.go#L252: if k.str != key.str && !memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L326: if k.len != key.len || b.tophash[i] != top {
map_faststr.go#L329: if k.str != key.str && !memequal(k.str, key.str, uintptr(key.len)) {
print.go#L21: rp.len = sp.len
print.go#L22: rp.cap = sp.len
proc.go#L470: write(2, sp.str, int32(sp.len))
proc.go#L479: write(2, sp.str, int32(sp.len))
signal_unix.go#L943: write(2, s.str, int32(s.len))
string.go#L102: stringStructOf(&str).len = 1
string.go#L113: stringStructOf(&str).len = n
string.go#L161: stringStructOf(&str).len = n
string.go#L230: len int
string.go#L266: stringStructOf(&s).len = size
string.go#L462: ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
stubs.go#L62: write(2, sp.str, int32(sp.len))
type.go#L484: hdr.len = nl
type.go#L496: hdr.len = tl
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |