github.com/gotd/td/bin.Buffer.Reset (method)

11 uses

	github.com/gotd/td/bin (current package)
		encode.go#L105: func (b *Buffer) Reset() {
		pool.go#L34: 	buf.Reset()

	github.com/gotd/td/internal/crypto
		cipher_encrypt.go#L39: 	b.Reset()
		cipher_encrypt.go#L49: 	b.Reset()

	github.com/gotd/td/internal/exchange
		client_flow.go#L99: 	b.Reset()
		client_flow.go#L198: 		b.Reset()
		client_flow.go#L220: 		b.Reset()
		proto.go#L25: 	b.Reset()
		proto.go#L34: 	b.Reset()
		proto.go#L60: 	b.Reset()
		server_flow.go#L209: 	b.Reset()