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/crypto
		cipher_encrypt.go#L62: 	b.Reset()
		cipher_encrypt.go#L72: 	b.Reset()

	github.com/gotd/td/exchange
		client_flow.go#L119: 	b.Reset()
		client_flow.go#L218: 		b.Reset()
		client_flow.go#L240: 		b.Reset()
		proto.go#L25: 	b.Reset()
		proto.go#L34: 	b.Reset()
		proto.go#L60: 	b.Reset()
		server_flow.go#L245: 	b.Reset()