google.golang.org/protobuf/internal/encoding/json.Token.Int (method)

3 uses

	google.golang.org/protobuf/internal/encoding/json (current package)
		decode_token.go#L145: func (t Token) Int(bitSize int) (int64, bool) {

	google.golang.org/protobuf/encoding/protojson
		decode.go#L365: 	n, ok := tok.Int(bitSize)
		decode.go#L487: 		if n, ok := tok.Int(32); ok {