Searched refs:newValue (Results 1 – 2 of 2) sorted by relevance
66 void StringUtils::ReplaceAll(string &str, const string &oldValue, const string &newValue) in ReplaceAll() argument68 str = ReplaceStr(str, oldValue, newValue); in ReplaceAll()
34 void ReplaceAll(std::string &str, const std::string &oldValue, const std::string &newValue);