github.com/gotd/td/bin.Buffer.PutInt128 (method)
35 uses
github.com/gotd/td/bin (current package)
encode.go#L95: func (b *Buffer) PutInt128(v Int128) {
int128.go#L20: b.PutInt128(i)
github.com/gotd/td/internal/crypto
encrypted_message.go#L54: b.PutInt128(e.MsgKey)
github.com/gotd/td/internal/mt
tl_client_d_h_inner_data_gen.go#L143: b.PutInt128(c.Nonce)
tl_client_d_h_inner_data_gen.go#L144: b.PutInt128(c.ServerNonce)
tl_p_q_inner_data_gen.go#L169: b.PutInt128(p.Nonce)
tl_p_q_inner_data_gen.go#L170: b.PutInt128(p.ServerNonce)
tl_p_q_inner_data_gen.go#L428: b.PutInt128(p.Nonce)
tl_p_q_inner_data_gen.go#L429: b.PutInt128(p.ServerNonce)
tl_p_q_inner_data_gen.go#L712: b.PutInt128(p.Nonce)
tl_p_q_inner_data_gen.go#L713: b.PutInt128(p.ServerNonce)
tl_req_d_h_params_gen.go#L161: b.PutInt128(r.Nonce)
tl_req_d_h_params_gen.go#L162: b.PutInt128(r.ServerNonce)
tl_req_pq_gen.go#L116: b.PutInt128(r.Nonce)
tl_req_pq_multi_gen.go#L116: b.PutInt128(r.Nonce)
tl_res_p_q_gen.go#L143: b.PutInt128(r.Nonce)
tl_res_p_q_gen.go#L144: b.PutInt128(r.ServerNonce)
tl_server_d_h_inner_data_gen.go#L161: b.PutInt128(s.Nonce)
tl_server_d_h_inner_data_gen.go#L162: b.PutInt128(s.ServerNonce)
tl_server_d_h_params_gen.go#L139: b.PutInt128(s.Nonce)
tl_server_d_h_params_gen.go#L140: b.PutInt128(s.ServerNonce)
tl_server_d_h_params_gen.go#L141: b.PutInt128(s.NewNonceHash)
tl_server_d_h_params_gen.go#L314: b.PutInt128(s.Nonce)
tl_server_d_h_params_gen.go#L315: b.PutInt128(s.ServerNonce)
tl_set_client_d_h_params_answer_gen.go#L139: b.PutInt128(d.Nonce)
tl_set_client_d_h_params_answer_gen.go#L140: b.PutInt128(d.ServerNonce)
tl_set_client_d_h_params_answer_gen.go#L141: b.PutInt128(d.NewNonceHash1)
tl_set_client_d_h_params_answer_gen.go#L314: b.PutInt128(d.Nonce)
tl_set_client_d_h_params_answer_gen.go#L315: b.PutInt128(d.ServerNonce)
tl_set_client_d_h_params_answer_gen.go#L316: b.PutInt128(d.NewNonceHash2)
tl_set_client_d_h_params_answer_gen.go#L489: b.PutInt128(d.Nonce)
tl_set_client_d_h_params_answer_gen.go#L490: b.PutInt128(d.ServerNonce)
tl_set_client_d_h_params_answer_gen.go#L491: b.PutInt128(d.NewNonceHash3)
tl_set_client_d_h_params_gen.go#L134: b.PutInt128(s.Nonce)
tl_set_client_d_h_params_gen.go#L135: b.PutInt128(s.ServerNonce)
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. |