func runtime.stringStructOf
23 uses
runtime (current package)
debuglog.go#L293: str := stringStructOf(&x)
heapdump.go#L159: sp := stringStructOf(&s)
heapdump.go#L201: pkgpath := stringStructOf(&pkgpathstr)
heapdump.go#L203: name := stringStructOf(&namestr)
map_faststr.go#L23: key := stringStructOf(&ky)
map_faststr.go#L118: key := stringStructOf(&ky)
map_faststr.go#L213: key := stringStructOf(&s)
map_faststr.go#L309: key := stringStructOf(&ky)
print.go#L19: sp := stringStructOf(&s)
proc.go#L469: sp := stringStructOf(&badmorestackg0Msg)
proc.go#L478: sp := stringStructOf(&badmorestackgsignalMsg)
signal_unix.go#L942: s := stringStructOf(&badginsignalMsg)
string.go#L101: stringStructOf(&str).str = p
string.go#L102: stringStructOf(&str).len = 1
string.go#L112: stringStructOf(&str).str = p
string.go#L113: stringStructOf(&str).len = n
string.go#L121: ptr := uintptr(stringStructOf(&s).str)
string.go#L160: stringStructOf(&str).str = unsafe.Pointer(ptr)
string.go#L161: stringStructOf(&str).len = n
string.go#L239: func stringStructOf(sp *string) *stringStruct {
string.go#L265: stringStructOf(&s).str = p
string.go#L266: stringStructOf(&s).len = size
stubs.go#L61: sp := stringStructOf(&badsystemstackMsg)
![]() |
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. |