bytes.Buffer.Reset (method)
19 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#L273: 		e.Reset()
	net/http
		h2_bundle.go#L9108: 	cc.hbuf.Reset()
		h2_bundle.go#L9298: 	cc.hbuf.Reset()
		h2_bundle.go#L10674: 	buf.Reset()
		h2_bundle.go#L10733: 	buf.Reset()
		h2_bundle.go#L10768: 	buf.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.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |