mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-26 21:04:23 +08:00
4f39ca6e0c
FullName* methods are designed to split a full name based on '.' in the name. name() does not have '.' separators, so call CamelToLower and CamelToUpper in place of FullNameToLower and FullNameToUpper.