github.com/go-faster/jx.Decoder.Int64 (method)

5 uses

	github.com/go-faster/jx (current package)
		dec_int.gen.go#L966: func (d *Decoder) Int64() (int64, error) {
		dec_int.go#L19: 		v, err := d.Int64()
		num.go#L73: 	return d.Int64()

	github.com/gotd/td/internal/crypto
		key.go#L70: 			id, err := d.Int64()

	github.com/gotd/td/tdjson
		decoder.go#L111: 	return b.Decoder.Int64()