Searched defs:UnderscoresToCamelCase (Results 1 – 6 of 6) sorted by relevance
96 inline std::string UnderscoresToCamelCase(const std::string& input, bool cap_next_letter) { in UnderscoresToCamelCase() function
143 std::string UnderscoresToCamelCase(const std::string& input, in UnderscoresToCamelCase() function
157 std::string UnderscoresToCamelCase(const std::string& input, in UnderscoresToCamelCase() function194 std::string UnderscoresToCamelCase(const FieldDescriptor* field) { in UnderscoresToCamelCase() function206 std::string UnderscoresToCamelCase(const MethodDescriptor* method) { in UnderscoresToCamelCase() function
107 string UnderscoresToCamelCase(const string& input, bool first_capitalized) { in UnderscoresToCamelCase() function
556 std::string UnderscoresToCamelCase(const string& name, bool cap_first_letter) { in UnderscoresToCamelCase() function
275 std::string UnderscoresToCamelCase(const std::string& input, in UnderscoresToCamelCase() function