[protobuf] QtProtobuf 0.5 Release

2020-08-31 Thread seml...@gmail.com
* semlanik * 23 minutes ago QtProtobuf – is opensource library distributed under MIT license. With QtProtobuf you easily may use Google Protocol Buffers and gRPC in your Qt project. Key

Re: [protobuf] Can an enum value be composed of another enum value?

2020-08-31 Thread 'Adam Cozzette' via Protocol Buffers
I'm afraid this is not possible, because enum values can't reference other enum values. On Sun, Aug 30, 2020 at 11:42 PM Phani Deepak Parasuramuni < phani...@gmail.com> wrote: > i have a use case where a first level of proto file declares a set of enum > values and the secondary proto file that i