github.com/gotd/td/bin.Buffer.PutInt32 (method)
8 uses
github.com/gotd/td/bin (current package)
encode.go#L33: b.PutInt32(int32(length))
encode.go#L40: b.PutInt32(int32(v))
encode.go#L61: func (b *Buffer) PutInt32(v int32) {
github.com/gotd/td/internal/crypto
encrypted_message_data.go#L28: b.PutInt32(e.SeqNo)
encrypted_message_data.go#L29: b.PutInt32(e.MessageDataLen)
encrypted_message_data.go#L44: b.PutInt32(e.SeqNo)
encrypted_message_data.go#L46: b.PutInt32(0)
github.com/gotd/td/internal/proto
unencrypted_message.go#L52: b.PutInt32(int32(len(u.MessageData)))
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. |