github.com/gotd/td/bin.Buffer.PutInt32 (method)
10 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/crypto
bind.go#L131: plaintext.PutInt32(0)
bind.go#L132: plaintext.PutInt32(int32(payload.Len()))
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/proto
unencrypted_message.go#L63: b.PutInt32(int32(len(u.MessageData)))
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |