protoc-c: add use_oneof_field_name option
Allows for generic oneof offset lookups based on the name of the oneof, instead of having to know the field name. All oneof fields should have the same offset, since they are members of a union. Fixes #204
Showing
t/issue204/.gitignore
0 → 100644
t/issue204/issue204.c
0 → 100644
t/issue204/issue204.proto
0 → 100644
Please register or sign in to comment