Searched defs:ToCamelCase (Results 1 – 6 of 6) sorted by relevance
28 def ToCamelCase(snake_case): function
94 std::string ToCamelCase(const std::string& s) { in ToCamelCase() function
250 std::string ToCamelCase(const StringPiece input) { in ToCamelCase() function
31 std::string ToCamelCase(const std::string& x) { in ToCamelCase() function
287 string ToCamelCase(const string& str) { in ToCamelCase() function
254 std::string ToCamelCase(const std::string& input, bool lower_first) { in ToCamelCase() function