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

9 uses

	github.com/gotd/td/bin (current package)
		decode.go#L57: func (b *Buffer) Int32() (int32, error) {
		decode.go#L158: 	v, err := b.Int32()
		fields.go#L22: 	v, err := b.Int32()

	github.com/gotd/td/internal/crypto
		encrypted_message_data.go#L81: 		v, err := b.Int32()
		encrypted_message_data.go#L88: 		v, err := b.Int32()
		encrypted_message_data.go#L130: 		v, err := b.Int32()
		encrypted_message_data.go#L137: 		v, err := b.Int32()

	github.com/gotd/td/internal/proto
		unencrypted_message.go#L36: 	dataLen, err := b.Int32()

	github.com/gotd/td/internal/proto/codec
		errors.go#L71: 	code, err := b.Int32()