github.com/gotd/td/bin.Buffer.PutDouble (method)
25 uses
github.com/gotd/td/bin (current package)
encode.go#L90: func (b *Buffer) PutDouble(v float64) {
github.com/gotd/td/tg
tl_document_attribute_gen.go#L773: b.PutDouble(d.Duration)
tl_geo_point_gen.go#L291: b.PutDouble(g.Long)
tl_geo_point_gen.go#L292: b.PutDouble(g.Lat)
tl_input_app_event_gen.go#L160: b.PutDouble(i.Time)
tl_input_chat_photo_gen.go#L346: b.PutDouble(i.VideoStartTs)
tl_input_geo_point_gen.go#L280: b.PutDouble(i.Lat)
tl_input_geo_point_gen.go#L281: b.PutDouble(i.Long)
tl_json_value_gen.go#L368: b.PutDouble(j.Value)
tl_mask_coords_gen.go#L168: b.PutDouble(m.X)
tl_mask_coords_gen.go#L169: b.PutDouble(m.Y)
tl_mask_coords_gen.go#L170: b.PutDouble(m.Zoom)
tl_media_area_coordinates_gen.go#L170: b.PutDouble(m.X)
tl_media_area_coordinates_gen.go#L171: b.PutDouble(m.Y)
tl_media_area_coordinates_gen.go#L172: b.PutDouble(m.W)
tl_media_area_coordinates_gen.go#L173: b.PutDouble(m.H)
tl_media_area_coordinates_gen.go#L174: b.PutDouble(m.Rotation)
tl_photos_upload_contact_profile_photo_gen.go#L298: b.PutDouble(u.VideoStartTs)
tl_photos_upload_profile_photo_gen.go#L284: b.PutDouble(u.VideoStartTs)
tl_stats_abs_value_and_prev_gen.go#L138: b.PutDouble(s.Current)
tl_stats_abs_value_and_prev_gen.go#L139: b.PutDouble(s.Previous)
tl_stats_percent_value_gen.go#L141: b.PutDouble(s.Part)
tl_stats_percent_value_gen.go#L142: b.PutDouble(s.Total)
tl_top_peer_gen.go#L146: b.PutDouble(t.Rating)
tl_video_size_gen.go#L208: b.PutDouble(v.VideoStartTs)
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. |