Home
last modified time | relevance | path

Searched defs:UnderscoresToCamelCase (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc102 string UnderscoresToCamelCase(const FieldDescriptor* field) { in UnderscoresToCamelCase() function
110 string UnderscoresToCamelCase(const MethodDescriptor* method) { in UnderscoresToCamelCase() function
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc145 string UnderscoresToCamelCase(const FieldDescriptor* field) { in UnderscoresToCamelCase() function
153 string UnderscoresToCamelCase(const MethodDescriptor* method) { in UnderscoresToCamelCase() function
157 string UnderscoresToCamelCase(const OneofDescriptor* oneof) { in UnderscoresToCamelCase() function
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h95 inline std::string UnderscoresToCamelCase(const std::string& input, bool cap_next_letter) { in UnderscoresToCamelCase() function
Dcsharp_helpers.cc143 std::string UnderscoresToCamelCase(const std::string& input, in UnderscoresToCamelCase() function
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc159 std::string UnderscoresToCamelCase(const std::string& input, in UnderscoresToCamelCase() function
196 std::string UnderscoresToCamelCase(const FieldDescriptor* field) { in UnderscoresToCamelCase() function
208 std::string UnderscoresToCamelCase(const MethodDescriptor* method) { in UnderscoresToCamelCase() function
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc106 string UnderscoresToCamelCase(const string& input, bool first_capitalized) { in UnderscoresToCamelCase() function
/external/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc555 std::string UnderscoresToCamelCase(const string& input, bool cap_first_letter) { in UnderscoresToCamelCase() function
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc246 std::string UnderscoresToCamelCase(const std::string& input, in UnderscoresToCamelCase() function