Home
last modified time | relevance | path

Searched defs:slicebytetostring (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dstring.go91 func slicebytetostring(buf *tmpBuf, ptr *byte, n int) string { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/_builtin/
Druntime.go76 func slicebytetostring(buf *[32]byte, ptr *byte, n int) string func