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

2 uses

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

	google.golang.org/protobuf/encoding/protojson
		decode.go#L397: 	n, ok := tok.Uint(bitSize)