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/
H A Dcsharp_helpers.h96 inline std::string UnderscoresToCamelCase(const std::string& input, bool cap_next_letter) { in UnderscoresToCamelCase() function
H A Dcsharp_helpers.cc143 std::string UnderscoresToCamelCase(const std::string& input, in UnderscoresToCamelCase() function
/third_party/protobuf/src/google/protobuf/compiler/java/
H A 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/php/
H A Dphp_generator.cc556 std::string UnderscoresToCamelCase(const string& name, bool cap_first_letter) { in UnderscoresToCamelCase() function
[all...]
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc107 string UnderscoresToCamelCase(const string& input, bool first_capitalized) { in UnderscoresToCamelCase() function
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc275 std::string UnderscoresToCamelCase(const std::string& input, in UnderscoresToCamelCase() function

Completed in 10 milliseconds