bytes.Buffer.Reset (method)
25 uses
bytes (current package)
buffer.go#L93: b.Reset()
buffer.go#L106: func (b *Buffer) Reset() {
buffer.go#L130: b.Reset()
buffer.go#L277: b.Reset()
buffer.go#L322: b.Reset()
buffer.go#L359: b.Reset()
buffer.go#L376: b.Reset()
encoding/json
encode.go#L270: e.Reset()
github.com/gotd/td/internal/mtproxy/faketls
faketls.go#L41: o.readBuf.Reset()
github.com/gotd/td/internal/proto
gzip.go#L88: buf.Reset()
go.opentelemetry.io/otel/attribute
encoder.go#L105: buf.Reset()
go.uber.org/multierr
error.go#L229: buff.Reset()
net/http
h2_bundle.go#L8946: cc.hbuf.Reset()
h2_bundle.go#L9141: cc.hbuf.Reset()
h2_bundle.go#L10467: buf.Reset()
h2_bundle.go#L10526: buf.Reset()
h2_bundle.go#L10561: buf.Reset()
rsc.io/qr
png.go#L41: w.buf.Reset()
png.go#L92: b.bytes.Reset()
vendor/golang.org/x/net/http2/hpack
hpack.go#L237: d.saveBuf.Reset()
hpack.go#L258: d.saveBuf.Reset()
hpack.go#L514: buf.Reset() // don't trust others
hpack.go#L520: buf.Reset() // be nice to GC
huffman.go#L23: buf.Reset()
huffman.go#L34: buf.Reset()
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. |