github.com/gotd/td/tg.MyBoost.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_my_boost_gen.go#L46: Flags bin.Fields
tl_my_boost_gen.go#L86: if !(m.Flags.Zero()) {
tl_my_boost_gen.go#L168: Null: !m.Flags.Has(0),
tl_my_boost_gen.go#L181: Null: !m.Flags.Has(1),
tl_my_boost_gen.go#L190: m.Flags.Set(0)
tl_my_boost_gen.go#L193: m.Flags.Set(1)
tl_my_boost_gen.go#L212: if err := m.Flags.Encode(b); err != nil {
tl_my_boost_gen.go#L216: if m.Flags.Has(0) {
tl_my_boost_gen.go#L226: if m.Flags.Has(1) {
tl_my_boost_gen.go#L249: if err := m.Flags.Decode(b); err != nil {
tl_my_boost_gen.go#L260: if m.Flags.Has(0) {
tl_my_boost_gen.go#L281: if m.Flags.Has(1) {
tl_my_boost_gen.go#L301: m.Flags.Set(0)
tl_my_boost_gen.go#L311: if !m.Flags.Has(0) {
tl_my_boost_gen.go#L335: m.Flags.Set(1)
tl_my_boost_gen.go#L345: if !m.Flags.Has(1) {
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. |