Re: Ability to iterate a descriptor pool.

2009-09-23 Thread Kenton Varda
On Tue, Sep 22, 2009 at 4:35 PM, Exaurdon wrote: > In my particular case I am working with teams from 10+ different > projects. Each project is generating dozens to hundreds of messages. I > imagine that trying to get all of those messages into a single message > would result in a pretty bloated

Re: Ability to iterate a descriptor pool.

2009-09-22 Thread Exaurdon
In a limited scope, this would probably work. In my particular case I am working with teams from 10+ different projects. Each project is generating dozens to hundreds of messages. I imagine that trying to get all of those messages into a single message would result in a pretty bloated message def

Re: Ability to iterate a descriptor pool.

2009-09-22 Thread Henner Zeller
Hi, On Tue, Sep 22, 2009 at 15:39, Exaurdon wrote: > > Summary: I would really like to be able to iterate through the message > descriptors in a DescriptorPool, in particular the generated_pool. > > I am sending various protocol buffers as messages across a transport. > On the receiving side of t