Searched defs:ToCamelCase (Results 1 – 13 of 13) sorted by relevance
28 def ToCamelCase(snake_case): function
94 std::string ToCamelCase(const std::string& s) { in ToCamelCase() function
181 TEST(StringUtilsTest, ToCamelCase) in TEST() argument
277 std::string ToCamelCase(const std::string &str) in ToCamelCase() function
254 std::string ToCamelCase(StringPiece input) { in ToCamelCase() function
89 static std::string ToCamelCase(const std::string &input, bool first) { in ToCamelCase() function
208 std::string ToCamelCase(const std::string& input, bool lower_first) { in ToCamelCase() function
210 std::string ToCamelCase(const std::string& input, bool lower_first) { in ToCamelCase() function
32 std::string ToCamelCase(const std::string& x) { in ToCamelCase() function
287 string ToCamelCase(const string& str) { in ToCamelCase() function
94 std::string ToCamelCase(const std::string& input, bool lower_first) { in ToCamelCase() function
95 std::string ToCamelCase(const std::string& input, bool lower_first) { in ToCamelCase() function