Home
last modified time | relevance | path

Searched refs:UnCamelCaseEnumShortName (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_enum.cc140 if (UnCamelCaseEnumShortName(short_name) != all_values_[i]->name()) { in GenerateSource()
Dobjectivec_helpers.h92 string UnCamelCaseEnumShortName(const string& name);
Dobjectivec_helpers.cc409 string UnCamelCaseEnumShortName(const string& name) { in UnCamelCaseEnumShortName() function