type runtime.tmpBuf
11 uses
runtime (current package)
string.go#L17: type tmpBuf [tmpStringBufSize]byte
string.go#L24: func concatstrings(buf *tmpBuf, a []string) string {
string.go#L58: func concatstring2(buf *tmpBuf, a [2]string) string {
string.go#L62: func concatstring3(buf *tmpBuf, a [3]string) string {
string.go#L66: func concatstring4(buf *tmpBuf, a [4]string) string {
string.go#L70: func concatstring5(buf *tmpBuf, a [5]string) string {
string.go#L80: func slicebytetostring(buf *tmpBuf, ptr *byte, n int) (str string) {
string.go#L126: func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
string.go#L165: func stringtoslicebyte(buf *tmpBuf, s string) []byte {
string.go#L168: *buf = tmpBuf{}
string.go#L201: func slicerunetostring(buf *tmpBuf, a []rune) string {
 |
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. |