On May 16, 2012, at 5:02 , secondsquare wrote:
> After generating cpp files, the member becomes msgsize.
> 
> Big ā€˜Sā€™ is changed to little 's'.

This is by design. Protocol buffers follows Google's style guide where C++ 
names_use_underscores while Java names useCamelCase. Protobuf will generate the 
appropriate names:

https://developers.google.com/protocol-buffers/docs/style


In other words, the recommendation is that you should use _ to separate works 
in your .proto.

Evan

--
http://evanjones.ca/

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to