Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h96 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
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc157 std::string UnderscoresToCamelCase(const std::string& input, in UnderscoresToCamelCase() function
194 std::string UnderscoresToCamelCase(const FieldDescriptor* field) { in UnderscoresToCamelCase() function
206 std::string UnderscoresToCamelCase(const MethodDescriptor* method) { in UnderscoresToCamelCase() function
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc107 string UnderscoresToCamelCase(const string& input, bool first_capitalized) { in UnderscoresToCamelCase() function
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc556 std::string UnderscoresToCamelCase(const string& name, bool cap_first_letter) { in UnderscoresToCamelCase() function
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc275 std::string UnderscoresToCamelCase(const std::string& input, in UnderscoresToCamelCase() function