bytes.Buffer.Grow (method)
9 uses
bytes (current package)
buffer.go#L164: func (b *Buffer) Grow(n int) {
crypto/tls
conn.go#L826: c.rawInput.Grow(needs + bytes.MinRead)
encoding/json
encode.go#L444: e.Grow(len(b))
encode.go#L463: e.Grow(len(b))
encode.go#L786: e.Grow(len(`"`) + encodedLen + len(`"`))
indent.go#L15: dst.Grow(len(src))
indent.go#L42: dst.Grow(len(src))
indent.go#L111: dst.Grow(indentGrowthFactor * len(src))
github.com/go-faster/jx
w.go#L62: buf.Grow(n)
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |