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()
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |