var google.golang.org/protobuf/internal/encoding/json.ErrUnexpectedEOF

8 uses

	google.golang.org/protobuf/internal/encoding/json (current package)
		decode.go#L28: var ErrUnexpectedEOF = errors.New("%v", io.ErrUnexpectedEOF)
		decode.go#L86: 			return Token{}, ErrUnexpectedEOF
		decode.go#L108: 			return Token{}, ErrUnexpectedEOF
		decode_string.go#L19: 		return "", 0, ErrUnexpectedEOF
		decode_string.go#L39: 				return "", 0, ErrUnexpectedEOF
		decode_string.go#L56: 					return "", 0, ErrUnexpectedEOF
		decode_string.go#L67: 						return "", 0, ErrUnexpectedEOF
		decode_string.go#L86: 	return "", 0, ErrUnexpectedEOF