type golang.org/x/tools/internal/event/keys.Int
9 uses
golang.org/x/tools/internal/event/keys (current package)
keys.go#L71: type Int struct {
keys.go#L77: func NewInt(name, description string) *Int {
keys.go#L78: return &Int{name: name, description: description}
keys.go#L81: func (k *Int) Name() string { return k.name }
keys.go#L82: func (k *Int) Description() string { return k.description }
keys.go#L84: func (k *Int) Format(w io.Writer, buf []byte, l label.Label) {
keys.go#L89: func (k *Int) Of(v int) label.Label { return label.Of64(k, uint64(v)) }
keys.go#L92: func (k *Int) Get(lm label.Map) int {
keys.go#L100: func (k *Int) From(t label.Label) int { return int(t.Unpack64()) }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)