Rename Size() method
Rename Size() to something that has less chance of name collision (like PB_Size()), or add new argument/option to change this name.
Description
The word "Size" too ubiquitous. If proto field is called "Size", plugin generates uncompilable code (because of Size redeclaration).
Rename Size() method
Rename Size() to something that has less chance of name collision (like PB_Size()), or add new argument/option to change this name.
Description
The word "Size" too ubiquitous. If proto field is called "Size", plugin generates uncompilable code (because of Size redeclaration).