Searched refs:ToCamelString (Results 1 – 2 of 2) sorted by relevance
44 static std::string ToCamelString(const std::string &str);
137 auto out = ToCamelString(str); in ToUpperCamelString()148 auto out = ToCamelString(str); in ToLowerCamelString()154 std::string TextGen::ToCamelString(const std::string &str) in ToCamelString() function in TextGen