I have a structure like that :
message Entity { string name = 1; repeated double values = 2 [packed=true]; }
The problem wi