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

3 uses

	github.com/go-faster/jx (current package)
		dec_int.gen.go#L663: func (d *Decoder) Int32() (int32, error) {
		dec_int.go#L16: 		v, err := d.Int32()

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