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

5 uses

	github.com/gotd/td/bin (current package)
		buffer.go#L28: func (b *Buffer) Expand(n int) {

	github.com/gotd/td/proto/codec
		abridged.go#L84: 	b.Expand(4)
		full.go#L85: 	b.Expand(n - bin.Word)
		intermediate.go#L83: 	b.Expand(4)
		padded_intermediate.go#L83: 	b.Expand(4)