Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.h139 string PROTOC_EXPORT UnCamelCaseFieldName(const string& name,
Dobjectivec_field.cc61 UnCamelCaseFieldName(camel_case_name, descriptor)); in SetCommonFieldVariables()
Dobjectivec_helpers.cc596 string UnCamelCaseFieldName(const string& name, const FieldDescriptor* field) { in UnCamelCaseFieldName() function