Home
last modified time | relevance | path

Searched refs:rawstringtmp (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dstring.go51 s, b := rawstringtmp(buf, l)
136 func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) { func
230 s, b := rawstringtmp(buf, size1+3)