Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.h120 string UnCamelCaseFieldName(const string& name, const FieldDescriptor* field);
Dobjectivec_field.cc62 UnCamelCaseFieldName(camel_case_name, descriptor)); in SetCommonFieldVariables()
Dobjectivec_helpers.cc476 string UnCamelCaseFieldName(const string& name, const FieldDescriptor* field) { in UnCamelCaseFieldName() function