Implement generator support for extension fields (no encoder/decoder support yet)

This commit is contained in:
Petteri Aimonen
2013-07-17 00:06:54 +03:00
parent f064c2c48a
commit 7c5e184c26
6 changed files with 182 additions and 15 deletions

5
tests/extensions.proto Normal file
View File

@@ -0,0 +1,5 @@
import 'alltypes.proto';
extend AllTypes {
optional int32 AllTypes_extensionfield1 = 255;
}