Re: [protobuf] protoc not generated add_...() method for repeated nested messages

2014-06-11 Thread Ilia Mirkin
On Wed, Jun 11, 2014 at 6:54 PM, CB cbrund...@gmail.com wrote: I've got a proto file that looks like this: option optimize_for = SPEED; package test; message KeyedStrings { optional string key = 1; repeated string value = 2; } message Map { repeated KeyedStrings map =

Re: [protobuf] protoc not generated add_...() method for repeated nested messages

2014-06-11 Thread CB
On Wednesday, June 11, 2014 7:01:42 PM UTC-4, Ilia Mirkin wrote: On Wed, Jun 11, 2014 at 6:54 PM, CB cbru...@gmail.com javascript: wrote: I've got a proto file that looks like this: option optimize_for = SPEED; package test; message KeyedStrings { optional

Re: [protobuf] protoc not generated add_...() method for repeated nested messages

2014-06-11 Thread Ilia Mirkin
On Wed, Jun 11, 2014 at 7:04 PM, CB cbrund...@gmail.com wrote: On Wednesday, June 11, 2014 7:01:42 PM UTC-4, Ilia Mirkin wrote: On Wed, Jun 11, 2014 at 6:54 PM, CB cbru...@gmail.com wrote: I've got a proto file that looks like this: option optimize_for = SPEED; package test;

Re: [protobuf] protoc not generated add_...() method for repeated nested messages

2014-06-11 Thread CB
On Wednesday, June 11, 2014 7:07:51 PM UTC-4, Ilia Mirkin wrote: On Wed, Jun 11, 2014 at 7:04 PM, CB cbru...@gmail.com javascript: wrote: On Wednesday, June 11, 2014 7:01:42 PM UTC-4, Ilia Mirkin wrote: On Wed, Jun 11, 2014 at 6:54 PM, CB cbru...@gmail.com wrote: I've