strings.Builder.Grow (method)
23 uses
strings (current package)
builder.go#L69: func (b *Builder) Grow(n int) {
replace.go#L398: buf.Grow(match + len(r.value))
strings.go#L506: b.Grow(n)
strings.go#L553: b.Grow(len(s) + utf8.UTFMax)
strings.go#L673: b.Grow(n)
strings.go#L702: b.Grow(len(s))
strings.go#L742: b.Grow(len(s))
strings.go#L796: b.Grow(len(s) + len(replacement))
strings.go#L1155: b.Grow(len(s) + n*(len(new)-len(old)))
bufio
bufio.go#L505: buf.Grow(n)
crypto/x509
oid.go#L292: b.Grow(32)
encoding/asn1
asn1.go#L233: s.Grow(32)
encoding/hex
hex.go#L155: buf.Grow((1 + ((len(data) - 1) / 16)) * 79)
go.pact.im/x/zapjournal
varname.go#L64: b.Grow(ngrow)
html/template
css.go#L173: b.Grow(len(s))
html.go#L155: b.Grow(len(s))
html.go#L166: b.Grow(len(s))
js.go#L306: b.Grow(len(s))
url.go#L88: b.Grow(len(s) + 16)
mime
encodedword.go#L57: buf.Grow(48)
net/http
cookie.go#L235: b.Grow(len(c.Name) + len(c.Value) + len(c.Domain) + len(c.Path) + extraCookieLength)
net/url
url.go#L256: t.Grow(len(s) - 2*n)
url.go#L846: buf.Grow(n)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)