github.com/gotd/td/tg.PollResults.Flags (field)
42 uses
github.com/gotd/td/tg (current package)
tl_poll_results_gen.go#L43: Flags bin.Fields
tl_poll_results_gen.go#L92: if !(p.Flags.Zero()) {
tl_poll_results_gen.go#L184: Null: !p.Flags.Has(0),
tl_poll_results_gen.go#L189: Null: !p.Flags.Has(1),
tl_poll_results_gen.go#L194: Null: !p.Flags.Has(2),
tl_poll_results_gen.go#L199: Null: !p.Flags.Has(3),
tl_poll_results_gen.go#L204: Null: !p.Flags.Has(4),
tl_poll_results_gen.go#L209: Null: !p.Flags.Has(4),
tl_poll_results_gen.go#L218: p.Flags.Set(0)
tl_poll_results_gen.go#L221: p.Flags.Set(1)
tl_poll_results_gen.go#L224: p.Flags.Set(2)
tl_poll_results_gen.go#L227: p.Flags.Set(3)
tl_poll_results_gen.go#L230: p.Flags.Set(4)
tl_poll_results_gen.go#L233: p.Flags.Set(4)
tl_poll_results_gen.go#L252: if err := p.Flags.Encode(b); err != nil {
tl_poll_results_gen.go#L255: if p.Flags.Has(1) {
tl_poll_results_gen.go#L263: if p.Flags.Has(2) {
tl_poll_results_gen.go#L266: if p.Flags.Has(3) {
tl_poll_results_gen.go#L277: if p.Flags.Has(4) {
tl_poll_results_gen.go#L280: if p.Flags.Has(4) {
tl_poll_results_gen.go#L311: if err := p.Flags.Decode(b); err != nil {
tl_poll_results_gen.go#L315: p.Min = p.Flags.Has(0)
tl_poll_results_gen.go#L316: if p.Flags.Has(1) {
tl_poll_results_gen.go#L333: if p.Flags.Has(2) {
tl_poll_results_gen.go#L340: if p.Flags.Has(3) {
tl_poll_results_gen.go#L357: if p.Flags.Has(4) {
tl_poll_results_gen.go#L364: if p.Flags.Has(4) {
tl_poll_results_gen.go#L387: p.Flags.Set(0)
tl_poll_results_gen.go#L390: p.Flags.Unset(0)
tl_poll_results_gen.go#L400: return p.Flags.Has(0)
tl_poll_results_gen.go#L405: p.Flags.Set(1)
tl_poll_results_gen.go#L415: if !p.Flags.Has(1) {
tl_poll_results_gen.go#L423: p.Flags.Set(2)
tl_poll_results_gen.go#L433: if !p.Flags.Has(2) {
tl_poll_results_gen.go#L441: p.Flags.Set(3)
tl_poll_results_gen.go#L451: if !p.Flags.Has(3) {
tl_poll_results_gen.go#L459: p.Flags.Set(4)
tl_poll_results_gen.go#L469: if !p.Flags.Has(4) {
tl_poll_results_gen.go#L477: p.Flags.Set(4)
tl_poll_results_gen.go#L487: if !p.Flags.Has(4) {
tl_poll_results_gen.go#L495: if !p.Flags.Has(3) {
tl_poll_results_gen.go#L503: if !p.Flags.Has(4) {
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. |