yossi-k / protobuf-embedded-c

Automatically exported from code.google.com/p/protobuf-embedded-c
0 stars 0 forks source link

Several repeated field size #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

I'm wondering if it is possible to implement several repeated field size or 
string size into a single .proto file. In this way, we'll be able to have 
messages as below:

message x
{
  message y[10]
  {
    message z[20]
    {
    }
  }
}

Best regards,

Julien

Original issue reported on code.google.com by Julien.P...@gmail.com on 12 Jan 2013 at 4:18

GoogleCodeExporter commented 9 years ago

Original comment by wolfgang.schwitzer on 21 Jan 2013 at 12:22